#4E6289

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

Shades of Kashmir Blue #4E6289

Tints of Kashmir Blue #4E6289

Color information

#4E6289 (or 0x4E6289) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 62 and 89. RGB value is (78,98,137). Sum of RGB (Red+Green+Blue) = 78+98+137=313 (41% of max value = 765). Red value is 78 (30.86% from 255 or 24.92% from 313); Green value is 98 (38.67% from 255 or 31.31% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #4E6289 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E6289 is #B19D76. Grayscale: #606060. Windows color (decimal): -11640183 or 9003598. OLE color: 9003598.

HSL color Cylindrical-coordinate representation of color #4E6289: hue angle of 219.66º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #4E6289 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7898137-
CMYK0.430.2800.46
HSL219.66º27.44%42.16%-
HSV(B)219.66º43.07%53.73%-
XYZ12.0212.1625.38-
YUV96.47150.87114.83-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.92%
GREEN value IS 98 (38.67% from 255) = 31.31%
BLUE value IS 137 (53.91% from 255) = 43.77%
R=24.92%
G=31.31%
B=43.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal78981370.430.2800.46219.6627.4442.16
Hex4E62892B1C02Edc1b2a
Octal11614221153340563343352
Binary10011101100010100010011010111110001011101101110011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E6289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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