#4B7A7C

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

Shades of Paradiso #4B7A7C

Tints of Paradiso #4B7A7C

Color information

#4B7A7C (or 0x4B7A7C) is unknown color: approx Paradiso. HEX triplet: 4B, 7A and 7C. RGB value is (75,122,124). Sum of RGB (Red+Green+Blue) = 75+122+124=321 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.36% from 321); Green value is 122 (48.05% from 255 or 38.01% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 124 - color contains mainly: blue. Hex color #4B7A7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #4B7A7C is #B48583. Grayscale: #6C6C6C. Windows color (decimal): -11830660 or 8157771. OLE color: 8157771.

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

Color convert

RGB75122124-
CMYK0.400.0200.51
HSL182.45º24.62%39.02%-
HSV(B)182.45º39.52%48.63%-
XYZ13.516.8721.61-
YUV108.17136.93104.34-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.36%
GREEN value IS 122 (48.05% from 255) = 38.01%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=23.36%
G=38.01%
B=38.63%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal751221240.400.0200.51182.4524.6239.02
Hex4B7A7C282033b61927
Octal1131721745020632663147
Binary1001011111101011111001010001001100111011011011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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