Html Css Color HEX #4E80A4 Steel Blue

📋 copy color: '#4E80A4'

red 78 ◦ green 128 ◦ blue 164

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

Shades of Steel Blue #4E80A4

Tints of Steel Blue #4E80A4

RGB

 RED value IS 78 (30.86% from 255) = 21.08%

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

 BLUE value IS 164 (64.45% from 255) = 44.32%

R = 21.08%
G = 34.59%
B = 44.32%

CMYK

 C value IS 0.52

 M value IS 0.22

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#4E80A4 (or 0x4E80A4) is known color: Steel Blue. HEX triplet: 4E, 80 and A4. RGB value is (78,128,164). Sum of RGB (Red+Green+Blue) = 78+128+164=370 (49% of max value = 765). Red value is 78 (30.86% from 255 or 21.08% from 370); Green value is 128 (50.39% from 255 or 34.59% from 370); Blue value is 164 (64.45% from 255 or 44.32% from 370); Max value from RGB is 164 - color contains mainly: blue. Hex color #4E80A4 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E80A4 is #B17F5B. Grayscale: #747474. Windows color (decimal): -11632476 or 10780750. OLE color: 10780750.

HSL color Cylindrical-coordinate representation of color #4E80A4: hue angle of 205.12º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4E80A4 is Cyan = 0.52, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 78 128 164 -
CMYK 0.52 0.22 0 0.36
HSL 205.12º 0.36% 0.47% -
HSV(B) 205.12º 0.52% 0.64% -
XYZ 17.56 19.74 38.01 -
YUV 117.15 154.44 100.07 -
System Red Green Blue C M Y K H S L
Decimal 78 128 164 0.52 0.22 0 0.36 205.12 0.36 0.47
Hex 4E 80 A4 34 16 0 24 CD 24 2F
Octal 116 200 244 64 26 0 44 315 44 57
Binary 1001110 10000000 10100100 110100 10110 0 100100 11001101 100100 101111

Color Harmonies of #4E80A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E80A4

Black with #4E80A4

Text Example


Text Example

White with #4E80A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,128,164); }

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

background-color css

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

 a { background-color: rgb(78,128,164); }

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

border-color css

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

 span { border-color: rgb(78,128,164); }

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