#4D878B

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

Shades of Paradiso #4D878B

Tints of Paradiso #4D878B

Color information

#4D878B (or 0x4D878B) is unknown color: approx Paradiso. HEX triplet: 4D, 87 and 8B. RGB value is (77,135,139). Sum of RGB (Red+Green+Blue) = 77+135+139=351 (46% of max value = 765). Red value is 77 (30.47% from 255 or 21.94% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4D878B is #B27874. Grayscale: #767676. Windows color (decimal): -11696245 or 9144141. OLE color: 9144141.

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

Color convert

RGB77135139-
CMYK0.450.0300.45
HSL183.87º28.7%42.35%-
HSV(B)183.87º44.6%54.51%-
XYZ16.3820.7727.57-
YUV118.11139.7898.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 21.94%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=21.94%
G=38.46%
B=39.60%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal771351390.450.0300.45183.8728.742.35
Hex4D878B2D302Db81d2a
Octal1152072135530552703552
Binary100110110000111100010111011011101011011011100011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D878B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,135,139); }

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

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

 a { background-color: rgb(77,135,139); }

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

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

 span { border-color: rgb(77,135,139); }

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