#4E658E

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

Shades of Kashmir Blue #4E658E

Tints of Kashmir Blue #4E658E

Color information

#4E658E (or 0x4E658E) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 65 and 8E. RGB value is (78,101,142). Sum of RGB (Red+Green+Blue) = 78+101+142=321 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.30% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E658E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E658E is #B19A71. Grayscale: #626262. Windows color (decimal): -11639410 or 9332046. OLE color: 9332046.

HSL color Cylindrical-coordinate representation of color #4E658E: hue angle of 218.44º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E658E is Cyan = 0.45, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB78101142-
CMYK0.450.2900.44
HSL218.44º29.09%43.14%-
HSV(B)218.44º45.07%55.69%-
XYZ12.6812.8827.41-
YUV98.8152.38113.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.30%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=24.30%
G=31.46%
B=44.24%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781011420.450.2900.44218.4429.0943.14
Hex4E658E2D1D02Cda1d2b
Octal11614521655350543323553
Binary10011101100101100011101011011110101011001101101011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E658E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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