#4E6790

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

Shades of Kashmir Blue #4E6790

Tints of Kashmir Blue #4E6790

Color information

#4E6790 (or 0x4E6790) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 67 and 90. RGB value is (78,103,144). Sum of RGB (Red+Green+Blue) = 78+103+144=325 (43% of max value = 765). Red value is 78 (30.86% from 255 or 24% from 325); Green value is 103 (40.62% from 255 or 31.69% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #4E6790 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6790 is #B1986F. Grayscale: #646464. Windows color (decimal): -11638896 or 9463630. OLE color: 9463630.

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

Color convert

RGB78103144-
CMYK0.460.2800.44
HSL217.27º29.73%43.53%-
HSV(B)217.27º45.83%56.47%-
XYZ13.0313.3328.27-
YUV100.2152.72112.17-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24%
GREEN value IS 103 (40.62% from 255) = 31.69%
BLUE value IS 144 (56.64% from 255) = 44.31%
R=24%
G=31.69%
B=44.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal781031440.460.2800.44217.2729.7343.53
Hex4E67902E1C02Cd91e2c
Octal11614722056340543313654
Binary10011101100111100100001011101110001011001101100111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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