#4788C0

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

Shades of Steel Blue #4788C0

Tints of Steel Blue #4788C0

Color information

#4788C0 (or 0x4788C0) is unknown color: approx Steel Blue. HEX triplet: 47, 88 and C0. RGB value is (71,136,192). Sum of RGB (Red+Green+Blue) = 71+136+192=399 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.79% from 399); Green value is 136 (53.52% from 255 or 34.09% from 399); Blue value is 192 (75.39% from 255 or 48.12% from 399); Max value from RGB is 192 - color contains mainly: blue. Hex color #4788C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4788C0 is #B8773F. Grayscale: #7A7A7A. Windows color (decimal): -12089152 or 12617799. OLE color: 12617799.

HSL color Cylindrical-coordinate representation of color #4788C0: hue angle of 207.77º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4788C0 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB71136192-
CMYK0.630.2900.25
HSL207.77º48.99%51.57%-
HSV(B)207.77º63.02%75.29%-
XYZ20.9222.7553.16-
YUV122.95166.9790.95-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 17.79%
GREEN value IS 136 (53.52% from 255) = 34.09%
BLUE value IS 192 (75.39% from 255) = 48.12%
R=17.79%
G=34.09%
B=48.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal711361920.630.2900.25207.7748.9951.57
Hex4788C03F1D019d03134
Octal10721030077350313206164
Binary100011110001000110000001111111110101100111010000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4788C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4788C0; }

 p { color: rgb(71,136,192); }

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

<style>
 a { background-color: #4788C0; }

 a { background-color: rgb(71,136,192); }

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

<style>
 span { border-color: #4788C0; }

 span { border-color: rgb(71,136,192); }

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