#4E6591

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

Shades of Kashmir Blue #4E6591

Tints of Kashmir Blue #4E6591

Color information

#4E6591 (or 0x4E6591) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 65 and 91. RGB value is (78,101,145). Sum of RGB (Red+Green+Blue) = 78+101+145=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 101 (39.84% from 255 or 31.17% from 324); Blue value is 145 (57.03% from 255 or 44.75% from 324); Max value from RGB is 145 - color contains mainly: blue. Hex color #4E6591 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6591 is #B19A6E. Grayscale: #626262. Windows color (decimal): -11639407 or 9528654. OLE color: 9528654.

HSL color Cylindrical-coordinate representation of color #4E6591: hue angle of 219.4º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #4E6591 is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB78101145-
CMYK0.460.3000.43
HSL219.4º30.04%43.73%-
HSV(B)219.4º46.21%56.86%-
XYZ12.9112.9728.61-
YUV99.14153.88112.92-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 101 (39.84% from 255) = 31.17%
BLUE value IS 145 (57.03% from 255) = 44.75%
R=24.07%
G=31.17%
B=44.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal781011450.460.3000.43219.430.0443.73
Hex4E65912E1E02Bdb1e2c
Octal11614522156360533333654
Binary10011101100101100100011011101111001010111101101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,101,145); }

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

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

 a { background-color: rgb(78,101,145); }

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

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

 span { border-color: rgb(78,101,145); }

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