Html Css Color HEX #4277AB Steel Blue

📋 copy color: '#4277AB'

red 66 ◦ green 119 ◦ blue 171

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

Shades of Steel Blue #4277AB

Tints of Steel Blue #4277AB

RGB

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

 GREEN value IS 119 (46.88% from 255) = 33.43%

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

R = 18.54%
G = 33.43%
B = 48.03%

CMYK

 C value IS 0.61

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4277AB (or 0x4277AB) is known color: Steel Blue. HEX triplet: 42, 77 and AB. RGB value is (66,119,171). Sum of RGB (Red+Green+Blue) = 66+119+171=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #4277AB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4277AB is #BD8854. Grayscale: #6C6C6C. Windows color (decimal): -12421205 or 11237186. OLE color: 11237186.

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

Color convert

RGB 66 119 171 -
CMYK 0.61 0.30 0 0.33
HSL 209.71º 0.44% 0.46% -
HSV(B) 209.71º 0.61% 0.67% -
XYZ 16.19 17.29 41.01 -
YUV 109.08 162.94 97.27 -
System Red Green Blue C M Y K H S L
Decimal 66 119 171 0.61 0.30 0 0.33 209.71 0.44 0.46
Hex 42 77 AB 3D 1E 0 21 D2 2C 2E
Octal 102 167 253 75 36 0 41 322 54 56
Binary 1000010 1110111 10101011 111101 11110 0 100001 11010010 101100 101110

Color Harmonies of #4277AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277AB

Black with #4277AB

Text Example


Text Example

White with #4277AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,119,171); }

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

background-color css

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

 a { background-color: rgb(66,119,171); }

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

border-color css

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

 span { border-color: rgb(66,119,171); }

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