Html Css Color HEX #4476B6 Steel Blue

📋 copy color: '#4476B6'

red 68 ◦ green 118 ◦ blue 182

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

Shades of Steel Blue #4476B6

Tints of Steel Blue #4476B6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.07%

 BLUE value IS 182 (71.48% from 255) = 49.46%

R = 18.48%
G = 32.07%
B = 49.46%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4476B6 (or 0x4476B6) is known color: Steel Blue. HEX triplet: 44, 76 and B6. RGB value is (68,118,182). Sum of RGB (Red+Green+Blue) = 68+118+182=368 (48% of max value = 765). Red value is 68 (26.95% from 255 or 18.48% from 368); Green value is 118 (46.48% from 255 or 32.07% from 368); Blue value is 182 (71.48% from 255 or 49.46% from 368); Max value from RGB is 182 - color contains mainly: blue. Hex color #4476B6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476B6 is #BB8949. Grayscale: #6E6E6E. Windows color (decimal): -12290378 or 11957828. OLE color: 11957828.

HSL color Cylindrical-coordinate representation of color #4476B6: hue angle of 213.68º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4476B6 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 68 118 182 -
CMYK 0.63 0.35 0 0.29
HSL 213.68º 0.46% 0.49% -
HSV(B) 213.68º 0.63% 0.71% -
XYZ 17.31 17.56 46.73 -
YUV 110.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 68 118 182 0.63 0.35 0 0.29 213.68 0.46 0.49
Hex 44 76 B6 3F 23 0 1D D6 2E 31
Octal 104 166 266 77 43 0 35 326 56 61
Binary 1000100 1110110 10110110 111111 100011 0 11101 11010110 101110 110001

Color Harmonies of #4476B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476B6

Black with #4476B6

Text Example


Text Example

White with #4476B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4476B6; }

 p { color: rgb(68,118,182); }

 H1.HeaderClassName
 {
   color: #4476B6;
 }
 .AnyTagClassName
 {
   color: #4476B6;
 }
</style>

background-color css

<style>
 a { background-color: #4476B6; }

 a { background-color: rgb(68,118,182); }

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

border-color css

<style>
 span { border-color: #4476B6; }

 span { border-color: rgb(68,118,182); }

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