#4B7A81

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

Shades of Paradiso #4B7A81

Tints of Paradiso #4B7A81

Color information

#4B7A81 (or 0x4B7A81) is unknown color: approx Paradiso. HEX triplet: 4B, 7A and 81. RGB value is (75,122,129). Sum of RGB (Red+Green+Blue) = 75+122+129=326 (43% of max value = 765). Red value is 75 (29.69% from 255 or 23.01% from 326); Green value is 122 (48.05% from 255 or 37.42% from 326); Blue value is 129 (50.78% from 255 or 39.57% from 326); Max value from RGB is 129 - color contains mainly: blue. Hex color #4B7A81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B7A81 is #B4857E. Grayscale: #6C6C6C. Windows color (decimal): -11830655 or 8485451. OLE color: 8485451.

HSL color Cylindrical-coordinate representation of color #4B7A81: hue angle of 187.78º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4B7A81 is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB75122129-
CMYK0.420.0500.49
HSL187.78º26.47%40%-
HSV(B)187.78º41.86%50.59%-
XYZ13.821723.32-
YUV108.74139.43103.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.01%
GREEN value IS 122 (48.05% from 255) = 37.42%
BLUE value IS 129 (50.78% from 255) = 39.57%
R=23.01%
G=37.42%
B=39.57%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal751221290.420.0500.49187.7826.4740
Hex4B7A812A5031bc1a28
Octal1131722015250612743250
Binary100101111110101000000110101010101100011011110011010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B7A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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