#4B808B

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

Shades of Paradiso #4B808B

Tints of Paradiso #4B808B

Color information

#4B808B (or 0x4B808B) is unknown color: approx Paradiso. HEX triplet: 4B, 80 and 8B. RGB value is (75,128,139). Sum of RGB (Red+Green+Blue) = 75+128+139=342 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.93% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B808B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B808B is #B47F74. Grayscale: #717171. Windows color (decimal): -11829109 or 9142347. OLE color: 9142347.

HSL color Cylindrical-coordinate representation of color #4B808B: hue angle of 190.31º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4B808B is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75128139-
CMYK0.460.0800.45
HSL190.31º29.91%41.96%-
HSV(B)190.31º46.04%54.51%-
XYZ15.2818.827.25-
YUV113.41142.44100.61-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.93%
GREEN value IS 128 (50.39% from 255) = 37.43%
BLUE value IS 139 (54.69% from 255) = 40.64%
R=21.93%
G=37.43%
B=40.64%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751281390.460.0800.45190.3129.9141.96
Hex4B808B2E802Dbe1e2a
Octal11320021356100552763652
Binary10010111000000010001011101110100001011011011111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B808B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,128,139); }

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

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

 a { background-color: rgb(75,128,139); }

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

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

 span { border-color: rgb(75,128,139); }

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