Html Css Color HEX #4E8086 Paradiso

📋 copy color: '#4E8086'

red 78 ◦ green 128 ◦ blue 134

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

Shades of Paradiso #4E8086

Tints of Paradiso #4E8086

RGB

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

 GREEN value IS 128 (50.39% from 255) = 37.65%

 BLUE value IS 134 (52.73% from 255) = 39.41%

R = 22.94%
G = 37.65%
B = 39.41%

CMYK

 C value IS 0.42

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#4E8086 (or 0x4E8086) is known color: Paradiso. HEX triplet: 4E, 80 and 86. RGB value is (78,128,134). Sum of RGB (Red+Green+Blue) = 78+128+134=340 (45% of max value = 765). Red value is 78 (30.86% from 255 or 22.94% from 340); Green value is 128 (50.39% from 255 or 37.65% from 340); Blue value is 134 (52.73% from 255 or 39.41% from 340); Max value from RGB is 134 - color contains mainly: blue. Hex color #4E8086 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4E8086 is #B17F79. Grayscale: #717171. Windows color (decimal): -11632506 or 8814670. OLE color: 8814670.

HSL color Cylindrical-coordinate representation of color #4E8086: hue angle of 186.43º degrees, saturation: 0.26, 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 #4E8086 is Cyan = 0.42, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 78 128 134 -
CMYK 0.42 0.04 0 0.47
HSL 186.43º 0.26% 0.42% -
HSV(B) 186.43º 0.42% 0.53% -
XYZ 15.16 18.78 25.38 -
YUV 113.73 139.44 102.51 -
System Red Green Blue C M Y K H S L
Decimal 78 128 134 0.42 0.04 0 0.47 186.43 0.26 0.42
Hex 4E 80 86 2A 4 0 2F BA 1A 2A
Octal 116 200 206 52 4 0 57 272 32 52
Binary 1001110 10000000 10000110 101010 100 0 101111 10111010 11010 101010

Color Harmonies of #4E8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E8086

Black with #4E8086

Text Example


Text Example

White with #4E8086

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,128,134); }

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

background-color css

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

 a { background-color: rgb(78,128,134); }

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

border-color css

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

 span { border-color: rgb(78,128,134); }

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