Html Css Color HEX #4EA595 Keppel

📋 copy color: '#4EA595'

red 78 ◦ green 165 ◦ blue 149

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

Shades of Keppel #4EA595

Tints of Keppel #4EA595

RGB

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

 GREEN value IS 165 (64.84% from 255) = 42.09%

 BLUE value IS 149 (58.59% from 255) = 38.01%

R = 19.9%
G = 42.09%
B = 38.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#4EA595 (or 0x4EA595) is known color: Keppel. HEX triplet: 4E, A5 and 95. RGB value is (78,165,149). Sum of RGB (Red+Green+Blue) = 78+165+149=392 (51% of max value = 765). Red value is 78 (30.86% from 255 or 19.90% from 392); Green value is 165 (64.84% from 255 or 42.09% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 165 - color contains mainly: green. Hex color #4EA595 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA595 is #B15A6A. Grayscale: #898989. Windows color (decimal): -11623019 or 9807182. OLE color: 9807182.

HSL color Cylindrical-coordinate representation of color #4EA595: hue angle of 168.97º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA595 is Cyan = 0.53, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.

Color convert

RGB 78 165 149 -
CMYK 0.53 0 0.10 0.35
HSL 168.97º 0.36% 0.48% -
HSV(B) 168.97º 0.53% 0.65% -
XYZ 22.02 30.7 33.2 -
YUV 137.16 134.68 85.8 -
System Red Green Blue C M Y K H S L
Decimal 78 165 149 0.53 0 0.10 0.35 168.97 0.36 0.48
Hex 4E A5 95 35 0 A 23 A9 24 30
Octal 116 245 225 65 0 12 43 251 44 60
Binary 1001110 10100101 10010101 110101 0 1010 100011 10101001 100100 110000

Color Harmonies of #4EA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EA595

Black with #4EA595

Text Example


Text Example

White with #4EA595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,165,149); }

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

background-color css

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

 a { background-color: rgb(78,165,149); }

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

border-color css

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

 span { border-color: rgb(78,165,149); }

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