Html Css Color HEX #4677AA Steel Blue

📋 copy color: '#4677AA'

red 70 ◦ green 119 ◦ blue 170

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

Shades of Steel Blue #4677AA

Tints of Steel Blue #4677AA

RGB

 RED value IS 70 (27.73% from 255) = 19.5%

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

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

R = 19.5%
G = 33.15%
B = 47.35%

CMYK

 C value IS 0.59

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4677AA (or 0x4677AA) is known color: Steel Blue. HEX triplet: 46, 77 and AA. RGB value is (70,119,170). Sum of RGB (Red+Green+Blue) = 70+119+170=359 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.50% from 359); Green value is 119 (46.88% from 255 or 33.15% 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 #4677AA is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4677AA is #B98855. Grayscale: #6D6D6D. Windows color (decimal): -12159062 or 11171654. OLE color: 11171654.

HSL color Cylindrical-coordinate representation of color #4677AA: hue angle of 210.6º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4677AA is Cyan = 0.59, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 70 119 170 -
CMYK 0.59 0.3 0 0.33
HSL 210.6º 0.42% 0.47% -
HSV(B) 210.6º 0.59% 0.67% -
XYZ 16.38 17.4 40.53 -
YUV 110.16 161.77 99.35 -
System Red Green Blue C M Y K H S L
Decimal 70 119 170 0.59 0.3 0 0.33 210.6 0.42 0.47
Hex 46 77 AA 3B 1E 0 21 D3 2A 2F
Octal 106 167 252 73 36 0 41 323 52 57
Binary 1000110 1110111 10101010 111011 11110 0 100001 11010011 101010 101111

Color Harmonies of #4677AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4677AA

Black with #4677AA

Text Example


Text Example

White with #4677AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,119,170); }

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

background-color css

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

 a { background-color: rgb(70,119,170); }

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

border-color css

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

 span { border-color: rgb(70,119,170); }

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