#4d8fbe

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

Shades of Steel Blue #4D8FBE

Tints of Steel Blue #4D8FBE

Color information

#4D8FBE (or 0x4D8FBE) is unknown color: approx Steel Blue. HEX triplet: 4D, 8F and BE. RGB value is (77,143,190). Sum of RGB (Red+Green+Blue) = 77+143+190=410 (54% of max value = 765). Red value is 77 (30.47% from 255 or 18.78% from 410); Green value is 143 (56.25% from 255 or 34.88% from 410); Blue value is 190 (74.61% from 255 or 46.34% from 410); Max value from RGB is 190 - color contains mainly: blue. Hex color #4D8FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D8FBE is #B27041. Grayscale: #808080. Windows color (decimal): -11694146 or 12488525. OLE color: 12488525.

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

Color convert

RGB77143190-
CMYK0.590.2500.25
HSL204.96º46.5%52.35%-
HSV(B)204.96º59.47%74.51%-
XYZ22.1824.9452.36-
YUV128.62162.6391.18-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 18.78%
GREEN value IS 143 (56.25% from 255) = 34.88%
BLUE value IS 190 (74.61% from 255) = 46.34%
R=18.78%
G=34.88%
B=46.34%

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
Decimal771431900.590.2500.25204.9646.552.35
Hex4D8FBE3B19019cd2f34
Octal11521727673310313155764
Binary100110110001111101111101110111100101100111001101101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d8fbe

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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