#4E6990

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

Shades of Kashmir Blue #4E6990

Tints of Kashmir Blue #4E6990

Color information

#4E6990 (or 0x4E6990) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 69 and 90. RGB value is (78,105,144). Sum of RGB (Red+Green+Blue) = 78+105+144=327 (43% of max value = 765). Red value is 78 (30.86% from 255 or 23.85% from 327); Green value is 105 (41.41% from 255 or 32.11% from 327); Blue value is 144 (56.64% from 255 or 44.04% from 327); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6990 is #B1966F. Grayscale: #656565. Windows color (decimal): -11638384 or 9464142. OLE color: 9464142.

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

Color convert

RGB78105144-
CMYK0.460.2700.44
HSL215.45º29.73%43.53%-
HSV(B)215.45º45.83%56.47%-
XYZ13.2313.7428.34-
YUV101.37152.05111.33-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 23.85%
GREEN value IS 105 (41.41% from 255) = 32.11%
BLUE value IS 144 (56.64% from 255) = 44.04%
R=23.85%
G=32.11%
B=44.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781051440.460.2700.44215.4529.7343.53
Hex4E69902E1B02Cd71e2c
Octal11615122056330543273654
Binary10011101101001100100001011101101101011001101011111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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