#4D8EBE

Color #4D8EBE Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Steel Blue #4D8EBE

Tints of Steel Blue #4D8EBE

Color information

#4D8EBE (or 0x4D8EBE) is unknown color: approx Steel Blue. HEX triplet: 4D, 8E and BE. RGB value is (77,142,190). Sum of RGB (Red+Green+Blue) = 77+142+190=409 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.83% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 190 (74.61% from 255 or 46.45% from 409); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8EBE is #B27141. Grayscale: #7F7F7F. Windows color (decimal): -11694402 or 12488269. OLE color: 12488269.

HSL color Cylindrical-coordinate representation of color #4D8EBE: hue angle of 205.49º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4D8EBE is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB77142190-
CMYK0.590.2500.25
HSL205.49º46.5%52.35%-
HSV(B)205.49º59.47%74.51%-
XYZ22.0324.6452.31-
YUV128.04162.9791.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.83%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 190 (74.61% from 255) = 46.45%
R=18.83%
G=34.72%
B=46.45%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal771421900.590.2500.25205.4946.552.35
Hex4D8EBE3B19019cd2f34
Octal11521627673310313155764
Binary100110110001110101111101110111100101100111001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D8EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4D8EBE;
 }
 .AnyTagClassName
 {
   color: #4D8EBE;
 }
</style>
background-color css

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

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

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

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

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

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