Html Css Color HEX #4277AD Steel Blue

📋 copy color: '#4277AD'

red 66 ◦ green 119 ◦ blue 173

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

Shades of Steel Blue #4277AD

Tints of Steel Blue #4277AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 48.32%

R = 18.44%
G = 33.24%
B = 48.32%

CMYK

 C value IS 0.62

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#4277AD (or 0x4277AD) is known color: Steel Blue. HEX triplet: 42, 77 and AD. RGB value is (66,119,173). Sum of RGB (Red+Green+Blue) = 66+119+173=358 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.44% from 358); Green value is 119 (46.88% from 255 or 33.24% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #4277AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4277AD is #BD8852. Grayscale: #6D6D6D. Windows color (decimal): -12421203 or 11368258. OLE color: 11368258.

HSL color Cylindrical-coordinate representation of color #4277AD: hue angle of 210.28º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4277AD is Cyan = 0.62, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 119 173 -
CMYK 0.62 0.31 0 0.32
HSL 210.28º 0.45% 0.47% -
HSV(B) 210.28º 0.62% 0.68% -
XYZ 16.39 17.37 42.02 -
YUV 109.31 163.94 97.11 -
System Red Green Blue C M Y K H S L
Decimal 66 119 173 0.62 0.31 0 0.32 210.28 0.45 0.47
Hex 42 77 AD 3E 1F 0 20 D2 2D 2F
Octal 102 167 255 76 37 0 40 322 55 57
Binary 1000010 1110111 10101101 111110 11111 0 100000 11010010 101101 101111

Color Harmonies of #4277AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4277AD

Black with #4277AD

Text Example


Text Example

White with #4277AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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