#4E6690

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

Shades of Kashmir Blue #4E6690

Tints of Kashmir Blue #4E6690

Color information

#4E6690 (or 0x4E6690) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 66 and 90. RGB value is (78,102,144). Sum of RGB (Red+Green+Blue) = 78+102+144=324 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.07% from 324); Green value is 102 (40.23% from 255 or 31.48% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6690 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6690 is #B1996F. Grayscale: #636363. Windows color (decimal): -11639152 or 9463374. OLE color: 9463374.

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

Color convert

RGB78102144-
CMYK0.460.2900.44
HSL218.18º29.73%43.53%-
HSV(B)218.18º45.83%56.47%-
XYZ12.9313.1428.24-
YUV99.61153.05112.58-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.07%
GREEN value IS 102 (40.23% from 255) = 31.48%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=24.07%
G=31.48%
B=44.44%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781021440.460.2900.44218.1829.7343.53
Hex4E66902E1D02Cda1e2c
Octal11614622056350543323654
Binary10011101100110100100001011101110101011001101101011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,102,144); }

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

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

 a { background-color: rgb(78,102,144); }

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

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

 span { border-color: rgb(78,102,144); }

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