#4B848B

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

Shades of Paradiso #4B848B

Tints of Paradiso #4B848B

Color information

#4B848B (or 0x4B848B) is unknown color: approx Paradiso. HEX triplet: 4B, 84 and 8B. RGB value is (75,132,139). Sum of RGB (Red+Green+Blue) = 75+132+139=346 (45% of max value = 765). Red value is 75 (29.69% from 255 or 21.68% from 346); Green value is 132 (51.95% from 255 or 38.15% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B848B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4B848B is #B47B74. Grayscale: #737373. Windows color (decimal): -11828085 or 9143371. OLE color: 9143371.

HSL color Cylindrical-coordinate representation of color #4B848B: hue angle of 186.56º 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 #4B848B is Cyan = 0.46, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB75132139-
CMYK0.460.0500.45
HSL186.56º29.91%41.96%-
HSV(B)186.56º46.04%54.51%-
XYZ15.8119.8627.43-
YUV115.76141.1298.93-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 21.68%
GREEN value IS 132 (51.95% from 255) = 38.15%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=21.68%
G=38.15%
B=40.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal751321390.460.0500.45186.5629.9141.96
Hex4B848B2E502Dbb1e2a
Octal1132042135650552733652
Binary1001011100001001000101110111010101011011011101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B848B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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