Html Css Color HEX #4E85AC Steel Blue

📋 copy color: '#4E85AC'

red 78 ◦ green 133 ◦ blue 172

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

Shades of Steel Blue #4E85AC

Tints of Steel Blue #4E85AC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.73%

 BLUE value IS 172 (67.58% from 255) = 44.91%

R = 20.37%
G = 34.73%
B = 44.91%

CMYK

 C value IS 0.55

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4E85AC (or 0x4E85AC) is known color: Steel Blue. HEX triplet: 4E, 85 and AC. RGB value is (78,133,172). Sum of RGB (Red+Green+Blue) = 78+133+172=383 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.37% from 383); Green value is 133 (52.34% from 255 or 34.73% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #4E85AC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E85AC is #B17A53. Grayscale: #787878. Windows color (decimal): -11631188 or 11306318. OLE color: 11306318.

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

Color convert

RGB 78 133 172 -
CMYK 0.55 0.23 0 0.33
HSL 204.89º 0.38% 0.49% -
HSV(B) 204.89º 0.55% 0.67% -
XYZ 18.98 21.37 42.16 -
YUV 121 156.78 97.33 -
System Red Green Blue C M Y K H S L
Decimal 78 133 172 0.55 0.23 0 0.33 204.89 0.38 0.49
Hex 4E 85 AC 37 17 0 21 CD 26 31
Octal 116 205 254 67 27 0 41 315 46 61
Binary 1001110 10000101 10101100 110111 10111 0 100001 11001101 100110 110001

Color Harmonies of #4E85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E85AC

Black with #4E85AC

Text Example


Text Example

White with #4E85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,133,172); }

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

background-color css

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

 a { background-color: rgb(78,133,172); }

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

border-color css

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

 span { border-color: rgb(78,133,172); }

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