Html Css Color HEX #4476AC Steel Blue

📋 copy color: '#4476AC'

red 68 ◦ green 118 ◦ blue 172

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

Shades of Steel Blue #4476AC

Tints of Steel Blue #4476AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 48.04%

R = 18.99%
G = 32.96%
B = 48.04%

CMYK

 C value IS 0.60

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4476AC (or 0x4476AC) is known color: Steel Blue. HEX triplet: 44, 76 and AC. RGB value is (68,118,172). Sum of RGB (Red+Green+Blue) = 68+118+172=358 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.99% from 358); Green value is 118 (46.48% from 255 or 32.96% from 358); Blue value is 172 (67.58% from 255 or 48.04% from 358); Max value from RGB is 172 - color contains mainly: blue. Hex color #4476AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4476AC is #BB8953. Grayscale: #6C6C6C. Windows color (decimal): -12290388 or 11302468. OLE color: 11302468.

HSL color Cylindrical-coordinate representation of color #4476AC: hue angle of 211.15º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4476AC is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 118 172 -
CMYK 0.60 0.31 0 0.33
HSL 211.15º 0.43% 0.47% -
HSV(B) 211.15º 0.6% 0.67% -
XYZ 16.31 17.16 41.48 -
YUV 109.21 163.44 98.61 -
System Red Green Blue C M Y K H S L
Decimal 68 118 172 0.60 0.31 0 0.33 211.15 0.43 0.47
Hex 44 76 AC 3C 1F 0 21 D3 2B 2F
Octal 104 166 254 74 37 0 41 323 53 57
Binary 1000100 1110110 10101100 111100 11111 0 100001 11010011 101011 101111

Color Harmonies of #4476AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4476AC

Black with #4476AC

Text Example


Text Example

White with #4476AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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