Html Css Color HEX #4479AA Steel Blue

📋 copy color: '#4479AA'

red 68 ◦ green 121 ◦ blue 170

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

Shades of Steel Blue #4479AA

Tints of Steel Blue #4479AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.7%

 BLUE value IS 170 (66.8% from 255) = 47.35%

R = 18.94%
G = 33.7%
B = 47.35%

CMYK

 C value IS 0.6

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4479AA (or 0x4479AA) is known color: Steel Blue. HEX triplet: 44, 79 and AA. RGB value is (68,121,170). Sum of RGB (Red+Green+Blue) = 68+121+170=359 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.94% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #4479AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4479AA is #BB8655. Grayscale: #6E6E6E. Windows color (decimal): -12289622 or 11172164. OLE color: 11172164.

HSL color Cylindrical-coordinate representation of color #4479AA: hue angle of 208.82º 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 #4479AA is Cyan = 0.6, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 68 121 170 -
CMYK 0.6 0.29 0 0.33
HSL 208.82º 0.43% 0.47% -
HSV(B) 208.82º 0.6% 0.67% -
XYZ 16.48 17.81 40.6 -
YUV 110.74 161.44 97.52 -
System Red Green Blue C M Y K H S L
Decimal 68 121 170 0.6 0.29 0 0.33 208.82 0.43 0.47
Hex 44 79 AA 3C 1D 0 21 D1 2B 2F
Octal 104 171 252 74 35 0 41 321 53 57
Binary 1000100 1111001 10101010 111100 11101 0 100001 11010001 101011 101111

Color Harmonies of #4479AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479AA

Black with #4479AA

Text Example


Text Example

White with #4479AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4479AA; }

 p { color: rgb(68,121,170); }

 H1.HeaderClassName
 {
   color: #4479AA;
 }
 .AnyTagClassName
 {
   color: #4479AA;
 }
</style>

background-color css

<style>
 a { background-color: #4479AA; }

 a { background-color: rgb(68,121,170); }

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

border-color css

<style>
 span { border-color: #4479AA; }

 span { border-color: rgb(68,121,170); }

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