Html Css Color HEX #4477BD Steel Blue

📋 copy color: '#4477BD'

red 68 ◦ green 119 ◦ blue 189

#4477BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Steel Blue #4477BD

Tints of Steel Blue #4477BD

RGB

 RED value IS 68 (26.95% from 255) = 18.09%

 GREEN value IS 119 (46.88% from 255) = 31.65%

 BLUE value IS 189 (74.22% from 255) = 50.27%

R = 18.09%
G = 31.65%
B = 50.27%

CMYK

 C value IS 0.64

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4477BD (or 0x4477BD) is known color: Steel Blue. HEX triplet: 44, 77 and BD. RGB value is (68,119,189). Sum of RGB (Red+Green+Blue) = 68+119+189=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 119 (46.88% from 255 or 31.65% from 376); Blue value is 189 (74.22% from 255 or 50.27% from 376); Max value from RGB is 189 - color contains mainly: blue. Hex color #4477BD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4477BD is #BB8842. Grayscale: #6F6F6F. Windows color (decimal): -12290115 or 12416836. OLE color: 12416836.

HSL color Cylindrical-coordinate representation of color #4477BD: hue angle of 214.71º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4477BD is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 68 119 189 -
CMYK 0.64 0.37 0 0.26
HSL 214.71º 0.48% 0.5% -
HSV(B) 214.71º 0.64% 0.74% -
XYZ 18.17 18.1 50.68 -
YUV 111.73 171.6 96.81 -
System Red Green Blue C M Y K H S L
Decimal 68 119 189 0.64 0.37 0 0.26 214.71 0.48 0.5
Hex 44 77 BD 40 25 0 1A D7 30 32
Octal 104 167 275 100 45 0 32 327 60 62
Binary 1000100 1110111 10111101 1000000 100101 0 11010 11010111 110000 110010

Color Harmonies of #4477BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4477BD

Black with #4477BD

Text Example


Text Example

White with #4477BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4477BD; }

 p { color: rgb(68,119,189); }

 H1.HeaderClassName
 {
   color: #4477BD;
 }
 .AnyTagClassName
 {
   color: #4477BD;
 }
</style>

background-color css

<style>
 a { background-color: #4477BD; }

 a { background-color: rgb(68,119,189); }

 div.DivClassName
 {
   background-color: #4477BD;
 }
 .BgClassName
 {
   background-color: #4477BD;
 }
</style>

border-color css

<style>
 span { border-color: #4477BD; }

 span { border-color: rgb(68,119,189); }

 td.TdClassName
 {
   border-color: #4477BD;
 }
 .TagClassName
 {
   border-color: #4477BD;
 }
</style>