#4B787C

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

Shades of Paradiso #4B787C

Tints of Paradiso #4B787C

Color information

#4B787C (or 0x4B787C) is unknown color: approx Paradiso. HEX triplet: 4B, 78 and 7C. RGB value is (75,120,124). Sum of RGB (Red+Green+Blue) = 75+120+124=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 120 (47.27% from 255 or 37.62% from 319); Blue value is 124 (48.83% from 255 or 38.87% from 319); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B787C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B787C is #B48783. Grayscale: #6A6A6A. Windows color (decimal): -11831172 or 8157259. OLE color: 8157259.

HSL color Cylindrical-coordinate representation of color #4B787C: hue angle of 184.9º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4B787C is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB75120124-
CMYK0.400.0300.51
HSL184.9º24.62%39.02%-
HSV(B)184.9º39.52%48.63%-
XYZ13.2616.3821.53-
YUV107137.59105.17-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 120 (47.27% from 255) = 37.62%
BLUE value IS 124 (48.83% from 255) = 38.87%
R=23.51%
G=37.62%
B=38.87%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751201240.400.0300.51184.924.6239.02
Hex4B787C283033b91927
Octal1131701745030632713147
Binary1001011111100011111001010001101100111011100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,120,124); }

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

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

 a { background-color: rgb(75,120,124); }

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

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

 span { border-color: rgb(75,120,124); }

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