#4E7982

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

Shades of Paradiso #4E7982

Tints of Paradiso #4E7982

Color information

#4E7982 (or 0x4E7982) is unknown color: approx Paradiso. HEX triplet: 4E, 79 and 82. RGB value is (78,121,130). Sum of RGB (Red+Green+Blue) = 78+121+130=329 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.71% from 329); Green value is 121 (47.66% from 255 or 36.78% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 130 - color contains mainly: blue. Hex color #4E7982 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E7982 is #B1867D. Grayscale: #6D6D6D. Windows color (decimal): -11634302 or 8550734. OLE color: 8550734.

HSL color Cylindrical-coordinate representation of color #4E7982: hue angle of 190.38º degrees, saturation: 0.25, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #4E7982 is Cyan = 0.40, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB78121130-
CMYK0.400.0700.49
HSL190.38º25%40.78%-
HSV(B)190.38º40%50.98%-
XYZ14.0116.9123.64-
YUV109.17139.75105.77-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.71%
GREEN value IS 121 (47.66% from 255) = 36.78%
BLUE value IS 130 (51.17% from 255) = 39.51%
R=23.71%
G=36.78%
B=39.51%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal781211300.400.0700.49190.382540.78
Hex4E7982287031be1929
Octal1161712025070612763151
Binary100111011110011000001010100011101100011011111011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E7982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,121,130); }

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

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

 a { background-color: rgb(78,121,130); }

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

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

 span { border-color: rgb(78,121,130); }

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