Html Css Color HEX #4E8CBB Steel Blue

📋 copy color: '#4E8CBB'

red 78 ◦ green 140 ◦ blue 187

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

Shades of Steel Blue #4E8CBB

Tints of Steel Blue #4E8CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 187 (73.44% from 255) = 46.17%

R = 19.26%
G = 34.57%
B = 46.17%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#4E8CBB (or 0x4E8CBB) is known color: Steel Blue. HEX triplet: 4E, 8C and BB. RGB value is (78,140,187). Sum of RGB (Red+Green+Blue) = 78+140+187=405 (53% of max value = 765). Red value is 78 (30.86% from 255 or 19.26% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 187 (73.44% from 255 or 46.17% from 405); Max value from RGB is 187 - color contains mainly: blue. Hex color #4E8CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4E8CBB is #B17344. Grayscale: #7E7E7E. Windows color (decimal): -11629381 or 12291150. OLE color: 12291150.

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

Color convert

RGB 78 140 187 -
CMYK 0.58 0.25 0 0.27
HSL 205.87º 0.44% 0.52% -
HSV(B) 205.87º 0.58% 0.73% -
XYZ 21.49 23.96 50.51 -
YUV 126.82 161.96 93.18 -
System Red Green Blue C M Y K H S L
Decimal 78 140 187 0.58 0.25 0 0.27 205.87 0.44 0.52
Hex 4E 8C BB 3A 19 0 1B CE 2C 34
Octal 116 214 273 72 31 0 33 316 54 64
Binary 1001110 10001100 10111011 111010 11001 0 11011 11001110 101100 110100

Color Harmonies of #4E8CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8CBB

Black with #4E8CBB

Text Example


Text Example

White with #4E8CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,140,187); }

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

background-color css

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

 a { background-color: rgb(78,140,187); }

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

border-color css

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

 span { border-color: rgb(78,140,187); }

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