Html Css Color HEX #4E81BA Steel Blue

📋 copy color: '#4E81BA'

red 78 ◦ green 129 ◦ blue 186

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

Shades of Steel Blue #4E81BA

Tints of Steel Blue #4E81BA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.82%

 BLUE value IS 186 (73.05% from 255) = 47.33%

R = 19.85%
G = 32.82%
B = 47.33%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E81BA (or 0x4E81BA) is known color: Steel Blue. HEX triplet: 4E, 81 and BA. RGB value is (78,129,186). Sum of RGB (Red+Green+Blue) = 78+129+186=393 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.85% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E81BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E81BA is #B17E45. Grayscale: #777777. Windows color (decimal): -11632198 or 12222798. OLE color: 12222798.

HSL color Cylindrical-coordinate representation of color #4E81BA: hue angle of 211.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4E81BA is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 129 186 -
CMYK 0.58 0.31 0 0.27
HSL 211.67º 0.44% 0.52% -
HSV(B) 211.67º 0.58% 0.73% -
XYZ 19.86 20.87 49.44 -
YUV 120.25 165.1 97.87 -
System Red Green Blue C M Y K H S L
Decimal 78 129 186 0.58 0.31 0 0.27 211.67 0.44 0.52
Hex 4E 81 BA 3A 1F 0 1B D4 2C 34
Octal 116 201 272 72 37 0 33 324 54 64
Binary 1001110 10000001 10111010 111010 11111 0 11011 11010100 101100 110100

Color Harmonies of #4E81BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E81BA

Black with #4E81BA

Text Example


Text Example

White with #4E81BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,129,186); }

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

background-color css

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

 a { background-color: rgb(78,129,186); }

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

border-color css

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

 span { border-color: rgb(78,129,186); }

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