Html Css Color HEX #4D8EBC Steel Blue

📋 copy color: '#4D8EBC'

red 77 ◦ green 142 ◦ blue 188

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

Shades of Steel Blue #4D8EBC

Tints of Steel Blue #4D8EBC

RGB

 RED value IS 77 (30.47% from 255) = 18.92%

 GREEN value IS 142 (55.86% from 255) = 34.89%

 BLUE value IS 188 (73.83% from 255) = 46.19%

R = 18.92%
G = 34.89%
B = 46.19%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#4D8EBC (or 0x4D8EBC) is known color: Steel Blue. HEX triplet: 4D, 8E and BC. RGB value is (77,142,188). Sum of RGB (Red+Green+Blue) = 77+142+188=407 (53% of max value = 765). Red value is 77 (30.47% from 255 or 18.92% from 407); Green value is 142 (55.86% from 255 or 34.89% from 407); Blue value is 188 (73.83% from 255 or 46.19% from 407); Max value from RGB is 188 - color contains mainly: blue. Hex color #4D8EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8EBC is #B27143. Grayscale: #7F7F7F. Windows color (decimal): -11694404 or 12357197. OLE color: 12357197.

HSL color Cylindrical-coordinate representation of color #4D8EBC: hue angle of 204.86º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8EBC is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 77 142 188 -
CMYK 0.59 0.24 0 0.26
HSL 204.86º 0.45% 0.52% -
HSV(B) 204.86º 0.59% 0.74% -
XYZ 21.81 24.55 51.17 -
YUV 127.81 161.97 91.76 -
System Red Green Blue C M Y K H S L
Decimal 77 142 188 0.59 0.24 0 0.26 204.86 0.45 0.52
Hex 4D 8E BC 3B 18 0 1A CD 2D 34
Octal 115 216 274 73 30 0 32 315 55 64
Binary 1001101 10001110 10111100 111011 11000 0 11010 11001101 101101 110100

Color Harmonies of #4D8EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D8EBC

Black with #4D8EBC

Text Example


Text Example

White with #4D8EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,142,188); }

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

background-color css

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

 a { background-color: rgb(77,142,188); }

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

border-color css

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

 span { border-color: rgb(77,142,188); }

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