Html Css Color HEX #4479AB Steel Blue

📋 copy color: '#4479AB'

red 68 ◦ green 121 ◦ blue 171

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

Shades of Steel Blue #4479AB

Tints of Steel Blue #4479AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 47.5%

R = 18.89%
G = 33.61%
B = 47.5%

CMYK

 C value IS 0.60

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4479AB (or 0x4479AB) is known color: Steel Blue. HEX triplet: 44, 79 and AB. RGB value is (68,121,171). Sum of RGB (Red+Green+Blue) = 68+121+171=360 (47% of max value = 765). Red value is 68 (26.95% from 255 or 18.89% from 360); Green value is 121 (47.66% from 255 or 33.61% from 360); Blue value is 171 (67.19% from 255 or 47.5% from 360); Max value from RGB is 171 - color contains mainly: blue. Hex color #4479AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4479AB is #BB8654. Grayscale: #6E6E6E. Windows color (decimal): -12289621 or 11237700. OLE color: 11237700.

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

Color convert

RGB 68 121 171 -
CMYK 0.60 0.29 0 0.33
HSL 209.13º 0.43% 0.47% -
HSV(B) 209.13º 0.6% 0.67% -
XYZ 16.57 17.84 41.1 -
YUV 110.85 161.94 97.43 -
System Red Green Blue C M Y K H S L
Decimal 68 121 171 0.60 0.29 0 0.33 209.13 0.43 0.47
Hex 44 79 AB 3C 1D 0 21 D1 2B 2F
Octal 104 171 253 74 35 0 41 321 53 57
Binary 1000100 1111001 10101011 111100 11101 0 100001 11010001 101011 101111

Color Harmonies of #4479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4479AB

Black with #4479AB

Text Example


Text Example

White with #4479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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