#4E838B

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

Shades of Paradiso #4E838B

Tints of Paradiso #4E838B

Color information

#4E838B (or 0x4E838B) is unknown color: approx Paradiso. HEX triplet: 4E, 83 and 8B. RGB value is (78,131,139). Sum of RGB (Red+Green+Blue) = 78+131+139=348 (46% of max value = 765). Red value is 78 (30.86% from 255 or 22.41% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 139 (54.69% from 255 or 39.94% from 348); Max value from RGB is 139 - color contains mainly: blue. Hex color #4E838B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E838B is #B17C74. Grayscale: #737373. Windows color (decimal): -11631733 or 9143118. OLE color: 9143118.

HSL color Cylindrical-coordinate representation of color #4E838B: hue angle of 187.87º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4E838B is Cyan = 0.44, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB78131139-
CMYK0.440.0600.45
HSL187.87º28.11%42.55%-
HSV(B)187.87º43.88%54.51%-
XYZ15.9219.7227.39-
YUV116.06140.94100.85-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 22.41%
GREEN value IS 131 (51.56% from 255) = 37.64%
BLUE value IS 139 (54.69% from 255) = 39.94%
R=22.41%
G=37.64%
B=39.94%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal781311390.440.0600.45187.8728.1142.55
Hex4E838B2C602Dbc1c2b
Octal1162032135460552743453
Binary1001110100000111000101110110011001011011011110011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E838B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,131,139); }

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

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

 a { background-color: rgb(78,131,139); }

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

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

 span { border-color: rgb(78,131,139); }

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