#4E6190

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

Shades of Kashmir Blue #4E6190

Tints of Kashmir Blue #4E6190

Color information

#4E6190 (or 0x4E6190) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 61 and 90. RGB value is (78,97,144). Sum of RGB (Red+Green+Blue) = 78+97+144=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6190 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6190 is #B19E6F. Grayscale: #606060. Windows color (decimal): -11640432 or 9462094. OLE color: 9462094.

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

Color convert

RGB7897144-
CMYK0.460.3300.44
HSL222.73º29.73%43.53%-
HSV(B)222.73º45.83%56.47%-
XYZ12.4512.1828.08-
YUV96.68154.71114.68-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=24.45%
G=30.41%
B=45.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78971440.460.3300.44222.7329.7343.53
Hex4E61902E2102Cdf1e2c
Octal11614122056410543373654
Binary100111011000011001000010111010000101011001101111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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