#4D88B8

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

Shades of Steel Blue #4D88B8

Tints of Steel Blue #4D88B8

Color information

#4D88B8 (or 0x4D88B8) is unknown color: approx Steel Blue. HEX triplet: 4D, 88 and B8. RGB value is (77,136,184). Sum of RGB (Red+Green+Blue) = 77+136+184=397 (52% of max value = 765). Red value is 77 (30.47% from 255 or 19.40% from 397); Green value is 136 (53.52% from 255 or 34.26% from 397); Blue value is 184 (72.27% from 255 or 46.35% from 397); Max value from RGB is 184 - color contains mainly: blue. Hex color #4D88B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4D88B8 is #B27747. Grayscale: #7B7B7B. Windows color (decimal): -11695944 or 12093517. OLE color: 12093517.

HSL color Cylindrical-coordinate representation of color #4D88B8: hue angle of 206.92º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4D88B8 is Cyan = 0.58, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB77136184-
CMYK0.580.2600.28
HSL206.92º42.97%51.18%-
HSV(B)206.92º58.15%72.16%-
XYZ20.5222.6548.64-
YUV123.83161.9594.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 19.40%
GREEN value IS 136 (53.52% from 255) = 34.26%
BLUE value IS 184 (72.27% from 255) = 46.35%
R=19.40%
G=34.26%
B=46.35%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal771361840.580.2600.28206.9242.9751.18
Hex4D88B83A1A01Ccf2b33
Octal11521027072320343175363
Binary100110110001000101110001110101101001110011001111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D88B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,136,184); }

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

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

 a { background-color: rgb(77,136,184); }

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

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

 span { border-color: rgb(77,136,184); }

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