#4E6290

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

Shades of Kashmir Blue #4E6290

Tints of Kashmir Blue #4E6290

Color information

#4E6290 (or 0x4E6290) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 62 and 90. RGB value is (78,98,144). Sum of RGB (Red+Green+Blue) = 78+98+144=320 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.38% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 144 (56.64% from 255 or 45% from 320); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6290 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6290 is #B19D6F. Grayscale: #616161. Windows color (decimal): -11640176 or 9462350. OLE color: 9462350.

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

Color convert

RGB7898144-
CMYK0.460.3200.44
HSL221.82º29.73%43.53%-
HSV(B)221.82º45.83%56.47%-
XYZ12.5412.3728.11-
YUV97.26154.37114.26-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.38%
GREEN value IS 98 (38.67% from 255) = 30.62%
BLUE value IS 144 (56.64% from 255) = 45%
R=24.38%
G=30.62%
B=45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78981440.460.3200.44221.8229.7343.53
Hex4E62902E2002Cde1e2c
Octal11614222056400543363654
Binary100111011000101001000010111010000001011001101111011110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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