Html Css Color HEX #4476BA Steel Blue

📋 copy color: '#4476BA'

red 68 ◦ green 118 ◦ blue 186

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

Shades of Steel Blue #4476BA

Tints of Steel Blue #4476BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 50%

R = 18.28%
G = 31.72%
B = 50%

CMYK

 C value IS 0.63

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4476BA (or 0x4476BA) is known color: Steel Blue. HEX triplet: 44, 76 and BA. RGB value is (68,118,186). Sum of RGB (Red+Green+Blue) = 68+118+186=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 118 (46.48% from 255 or 31.72% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #4476BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4476BA is #BB8945. Grayscale: #6E6E6E. Windows color (decimal): -12290374 or 12219972. OLE color: 12219972.

HSL color Cylindrical-coordinate representation of color #4476BA: hue angle of 214.58º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4476BA is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 68 118 186 -
CMYK 0.63 0.37 0 0.27
HSL 214.58º 0.46% 0.5% -
HSV(B) 214.58º 0.63% 0.73% -
XYZ 17.73 17.73 48.94 -
YUV 110.8 170.44 97.47 -
System Red Green Blue C M Y K H S L
Decimal 68 118 186 0.63 0.37 0 0.27 214.58 0.46 0.5
Hex 44 76 BA 3F 25 0 1B D7 2E 32
Octal 104 166 272 77 45 0 33 327 56 62
Binary 1000100 1110110 10111010 111111 100101 0 11011 11010111 101110 110010

Color Harmonies of #4476BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476BA

Black with #4476BA

Text Example


Text Example

White with #4476BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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