Html Css Color HEX #4E86BA Steel Blue

📋 copy color: '#4E86BA'

red 78 ◦ green 134 ◦ blue 186

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

Shades of Steel Blue #4E86BA

Tints of Steel Blue #4E86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

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

R = 19.6%
G = 33.67%
B = 46.73%

CMYK

 C value IS 0.58

 M value IS 0.28

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E86BA (or 0x4E86BA) is known color: Steel Blue. HEX triplet: 4E, 86 and BA. RGB value is (78,134,186). Sum of RGB (Red+Green+Blue) = 78+134+186=398 (52% of max value = 765). Red value is 78 (30.86% from 255 or 19.60% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 186 (73.05% from 255 or 46.73% from 398); Max value from RGB is 186 - color contains mainly: blue. Hex color #4E86BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E86BA is #B17945. Grayscale: #7A7A7A. Windows color (decimal): -11630918 or 12224078. OLE color: 12224078.

HSL color Cylindrical-coordinate representation of color #4E86BA: hue angle of 208.89º 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 #4E86BA is Cyan = 0.58, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 78 134 186 -
CMYK 0.58 0.28 0 0.27
HSL 208.89º 0.44% 0.52% -
HSV(B) 208.89º 0.58% 0.73% -
XYZ 20.53 22.22 49.66 -
YUV 123.18 163.45 95.77 -
System Red Green Blue C M Y K H S L
Decimal 78 134 186 0.58 0.28 0 0.27 208.89 0.44 0.52
Hex 4E 86 BA 3A 1C 0 1B D1 2C 34
Octal 116 206 272 72 34 0 33 321 54 64
Binary 1001110 10000110 10111010 111010 11100 0 11011 11010001 101100 110100

Color Harmonies of #4E86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E86BA

Black with #4E86BA

Text Example


Text Example

White with #4E86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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