Html Css Color HEX #4476BE Steel Blue

📋 copy color: '#4476BE'

red 68 ◦ green 118 ◦ blue 190

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

Shades of Steel Blue #4476BE

Tints of Steel Blue #4476BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 50.53%

R = 18.09%
G = 31.38%
B = 50.53%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4476BE (or 0x4476BE) is known color: Steel Blue. HEX triplet: 44, 76 and BE. RGB value is (68,118,190). Sum of RGB (Red+Green+Blue) = 68+118+190=376 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.09% from 376); Green value is 118 (46.48% from 255 or 31.38% from 376); Blue value is 190 (74.61% from 255 or 50.53% from 376); Max value from RGB is 190 - color contains mainly: blue. Hex color #4476BE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476BE is #BB8941. Grayscale: #6E6E6E. Windows color (decimal): -12290370 or 12482116. OLE color: 12482116.

HSL color Cylindrical-coordinate representation of color #4476BE: hue angle of 215.41º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4476BE is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 68 118 190 -
CMYK 0.64 0.38 0 0.25
HSL 215.41º 0.48% 0.51% -
HSV(B) 215.41º 0.64% 0.75% -
XYZ 18.16 17.9 51.21 -
YUV 111.26 172.44 97.15 -
System Red Green Blue C M Y K H S L
Decimal 68 118 190 0.64 0.38 0 0.25 215.41 0.48 0.51
Hex 44 76 BE 40 26 0 19 D7 30 33
Octal 104 166 276 100 46 0 31 327 60 63
Binary 1000100 1110110 10111110 1000000 100110 0 11001 11010111 110000 110011

Color Harmonies of #4476BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476BE

Black with #4476BE

Text Example


Text Example

White with #4476BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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