#4E6489

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

Shades of Kashmir Blue #4E6489

Tints of Kashmir Blue #4E6489

Color information

#4E6489 (or 0x4E6489) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 64 and 89. RGB value is (78,100,137). Sum of RGB (Red+Green+Blue) = 78+100+137=315 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.76% from 315); Green value is 100 (39.45% from 255 or 31.75% from 315); Blue value is 137 (53.91% from 255 or 43.49% from 315); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E6489 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6489 is #B19B76. Grayscale: #616161. Windows color (decimal): -11639671 or 9004110. OLE color: 9004110.

HSL color Cylindrical-coordinate representation of color #4E6489: hue angle of 217.63º 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 #4E6489 is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB78100137-
CMYK0.430.2700.46
HSL217.63º27.44%42.16%-
HSV(B)217.63º43.07%53.73%-
XYZ12.2112.5425.44-
YUV97.64150.21113.99-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.76%
GREEN value IS 100 (39.45% from 255) = 31.75%
BLUE value IS 137 (53.91% from 255) = 43.49%
R=24.76%
G=31.75%
B=43.49%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal781001370.430.2700.46217.6327.4442.16
Hex4E64892B1B02Eda1b2a
Octal11614421153330563323352
Binary10011101100100100010011010111101101011101101101011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6489

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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