Color Hex Logo

#4475fb Color Hex

#4475FB
(68,117,251)
0 Favorites   0 Comments

Color spaces of #4475fb

RGB 68117251
HSL0.620.960.63
HSV224°73°98°
CMYK 0.730.530.00   0.02
XYZ26.157820.916693.9254
Yxy20.91660.18550.1483
Hunter Lab45.734722.0568-89.7497
CIE-Lab52.858128.4281-71.6663

#4475fb color RGB value is (68,117,251).

#4475fb hex color red value is 68, green value is 117 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #4475fb hue: 0.62 , saturation: 0.96 and the lightness value of 4475fb is 0.63.

The process color (four color CMYK) of #4475fb color hex is 0.73, 0.53, 0.00, 0.02. Web safe color of #4475fb is #3366ff. Color #4475fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01000100 01110101 11111011
Octal 104 165 373
Decimal 68 117 251
Hex 44 75 FB

RGB Percentages of Color #4475fb

%15.60
%26.83
%57.57

CMYK Percentages of Color #4475fb

%73
%53
%0
%2

Triadic Colors of #4475fb

#4475fb #fb4475 #75fb44

Analogous Colors of #4475fb

#4475fb #6f44fb #44d1fb

Monochromatic Colors of #4475fb

#4475fb

Complementary Color

#4475fb #fbca44

#4475fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4475fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#4475fb Color CSS Codes

.mybgcolor {background-color:#4475fb; } 
.myforecolor {color:#4475fb; }
.mybordercolor {border:3px solid #4475fb; }

#4475fb Text Font Color

<p style="color:#4475fb">Text here</p>

This sample text font color is #4475fb
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4475fb Background Color

<div style="background-color:#4475fb">
Div content here</div>

This div background color is #4475fb


#4475fb Border Color

<div style="border:3px solid #4475fb">
Div here</div>

This div border color is #4475fb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(68,117,251, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4475fb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4475fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4475fb;
  box-shadow:         1px 1px 3px 2px #4475fb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,117,251, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4475fb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4475fb;
  -webkit-box-shadow: 1px 1px 3px 2px #4475fb;
  box-shadow:         1px 1px 3px 2px #4475fb;">
Div content here</div>

This div box has shadow with color #4475fb

Related Colors


Comments

No comments written yet.

Please login to write comment.