Html Css Color HEX #4C80AB Steel Blue

📋 copy color: '#4C80AB'

red 76 ◦ green 128 ◦ blue 171

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

Shades of Steel Blue #4C80AB

Tints of Steel Blue #4C80AB

RGB

 RED value IS 76 (30.08% from 255) = 20.27%

 GREEN value IS 128 (50.39% from 255) = 34.13%

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

R = 20.27%
G = 34.13%
B = 45.6%

CMYK

 C value IS 0.56

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4C80AB (or 0x4C80AB) is known color: Steel Blue. HEX triplet: 4C, 80 and AB. RGB value is (76,128,171). Sum of RGB (Red+Green+Blue) = 76+128+171=375 (49% of max value = 765). Red value is 76 (30.08% from 255 or 20.27% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #4C80AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4C80AB is #B37F54. Grayscale: #757575. Windows color (decimal): -11763541 or 11239500. OLE color: 11239500.

HSL color Cylindrical-coordinate representation of color #4C80AB: hue angle of 207.16º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4C80AB is Cyan = 0.56, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 76 128 171 -
CMYK 0.56 0.25 0 0.33
HSL 207.16º 0.38% 0.48% -
HSV(B) 207.16º 0.56% 0.67% -
XYZ 18.05 19.92 41.42 -
YUV 117.35 158.27 98.5 -
System Red Green Blue C M Y K H S L
Decimal 76 128 171 0.56 0.25 0 0.33 207.16 0.38 0.48
Hex 4C 80 AB 38 19 0 21 CF 26 30
Octal 114 200 253 70 31 0 41 317 46 60
Binary 1001100 10000000 10101011 111000 11001 0 100001 11001111 100110 110000

Color Harmonies of #4C80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C80AB

Black with #4C80AB

Text Example


Text Example

White with #4C80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C80AB; }

 p { color: rgb(76,128,171); }

 H1.HeaderClassName
 {
   color: #4C80AB;
 }
 .AnyTagClassName
 {
   color: #4C80AB;
 }
</style>

background-color css

<style>
 a { background-color: #4C80AB; }

 a { background-color: rgb(76,128,171); }

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

border-color css

<style>
 span { border-color: #4C80AB; }

 span { border-color: rgb(76,128,171); }

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