#4E6189

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

Shades of Kashmir Blue #4E6189

Tints of Kashmir Blue #4E6189

Color information

#4E6189 (or 0x4E6189) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 61 and 89. RGB value is (78,97,137). Sum of RGB (Red+Green+Blue) = 78+97+137=312 (41% of max value = 765). Red value is 78 (30.86% from 255 or 25% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E6189 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6189 is #B19E76. Grayscale: #5F5F5F. Windows color (decimal): -11640439 or 9003342. OLE color: 9003342.

HSL color Cylindrical-coordinate representation of color #4E6189: hue angle of 220.68º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E6189 is Cyan = 0.43, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7897137-
CMYK0.430.2900.46
HSL220.68º27.44%42.16%-
HSV(B)220.68º43.07%53.73%-
XYZ11.9311.9825.35-
YUV95.88151.21115.25-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 137 (53.91% from 255) = 43.91%
R=25%
G=31.09%
B=43.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78971370.430.2900.46220.6827.4442.16
Hex4E61892B1D02Edd1b2a
Octal11614121153350563353352
Binary10011101100001100010011010111110101011101101110111011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,97,137); }

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

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

 a { background-color: rgb(78,97,137); }

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

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

 span { border-color: rgb(78,97,137); }

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