Html Css Color HEX #4E8487 Paradiso

📋 copy color: '#4E8487'

red 78 ◦ green 132 ◦ blue 135

#4E8487
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paradiso #4E8487

Tints of Paradiso #4E8487

RGB

 RED value IS 78 (30.86% from 255) = 22.61%

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 135 (53.13% from 255) = 39.13%

R = 22.61%
G = 38.26%
B = 39.13%

CMYK

 C value IS 0.42

 M value IS 0.02

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E8487 (or 0x4E8487) is known color: Paradiso. HEX triplet: 4E, 84 and 87. RGB value is (78,132,135). Sum of RGB (Red+Green+Blue) = 78+132+135=345 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.61% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 135 - color contains mainly: blue. Hex color #4E8487 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8487 is #B17B78. Grayscale: #747474. Windows color (decimal): -11631481 or 8881230. OLE color: 8881230.

HSL color Cylindrical-coordinate representation of color #4E8487: hue angle of 183.16º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #4E8487 is Cyan = 0.42, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 132 135 -
CMYK 0.42 0.02 0 0.47
HSL 183.16º 0.27% 0.42% -
HSV(B) 183.16º 0.42% 0.53% -
XYZ 15.77 19.87 25.93 -
YUV 116.2 138.61 100.76 -
System Red Green Blue C M Y K H S L
Decimal 78 132 135 0.42 0.02 0 0.47 183.16 0.27 0.42
Hex 4E 84 87 2A 2 0 2F B7 1B 2A
Octal 116 204 207 52 2 0 57 267 33 52
Binary 1001110 10000100 10000111 101010 10 0 101111 10110111 11011 101010

Color Harmonies of #4E8487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8487

Black with #4E8487

Text Example


Text Example

White with #4E8487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,132,135); }

 H1.HeaderClassName
 {
   color: #4E8487;
 }
 .AnyTagClassName
 {
   color: #4E8487;
 }
</style>

background-color css

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

 a { background-color: rgb(78,132,135); }

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

border-color css

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

 span { border-color: rgb(78,132,135); }

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