#4B7C7D

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

Shades of Paradiso #4B7C7D

Tints of Paradiso #4B7C7D

Color information

#4B7C7D (or 0x4B7C7D) is unknown color: approx Paradiso. HEX triplet: 4B, 7C and 7D. RGB value is (75,124,125). Sum of RGB (Red+Green+Blue) = 75+124+125=324 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.15% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 125 (49.22% from 255 or 38.58% from 324); Max value from RGB is 125 - color contains mainly: blue. Hex color #4B7C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7C7D is #B48382. Grayscale: #6D6D6D. Windows color (decimal): -11830147 or 8223819. OLE color: 8223819.

HSL color Cylindrical-coordinate representation of color #4B7C7D: hue angle of 181.2º 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 #4B7C7D is Cyan = 0.40, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB75124125-
CMYK0.400.0100.51
HSL181.2º25%39.22%-
HSV(B)181.2º40%49.02%-
XYZ13.8117.3922.03-
YUV109.46136.77103.42-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.15%
GREEN value IS 124 (48.83% from 255) = 38.27%
BLUE value IS 125 (49.22% from 255) = 38.58%
R=23.15%
G=38.27%
B=38.58%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751241250.400.0100.51181.22539.22
Hex4B7C7D281033b51927
Octal1131741755010632653147
Binary100101111111001111101101000101100111011010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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