Html Css Color HEX #4279AA Steel Blue

📋 copy color: '#4279AA'

red 66 ◦ green 121 ◦ blue 170

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

Shades of Steel Blue #4279AA

Tints of Steel Blue #4279AA

RGB

 RED value IS 66 (26.17% from 255) = 18.49%

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

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

R = 18.49%
G = 33.89%
B = 47.62%

CMYK

 C value IS 0.61

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4279AA (or 0x4279AA) is known color: Steel Blue. HEX triplet: 42, 79 and AA. RGB value is (66,121,170). Sum of RGB (Red+Green+Blue) = 66+121+170=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 121 (47.66% from 255 or 33.89% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #4279AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4279AA is #BD8655. Grayscale: #6D6D6D. Windows color (decimal): -12420694 or 11172162. OLE color: 11172162.

HSL color Cylindrical-coordinate representation of color #4279AA: hue angle of 208.27º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4279AA is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 121 170 -
CMYK 0.61 0.29 0 0.33
HSL 208.27º 0.44% 0.46% -
HSV(B) 208.27º 0.61% 0.67% -
XYZ 16.34 17.74 40.59 -
YUV 110.14 161.78 96.52 -
System Red Green Blue C M Y K H S L
Decimal 66 121 170 0.61 0.29 0 0.33 208.27 0.44 0.46
Hex 42 79 AA 3D 1D 0 21 D0 2C 2E
Octal 102 171 252 75 35 0 41 320 54 56
Binary 1000010 1111001 10101010 111101 11101 0 100001 11010000 101100 101110

Color Harmonies of #4279AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4279AA

Black with #4279AA

Text Example


Text Example

White with #4279AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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