#4E638E

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

Shades of Kashmir Blue #4E638E

Tints of Kashmir Blue #4E638E

Color information

#4E638E (or 0x4E638E) is unknown color: approx Kashmir Blue. HEX triplet: 4E, 63 and 8E. RGB value is (78,99,142). Sum of RGB (Red+Green+Blue) = 78+99+142=319 (42% of max value = 765). Red value is 78 (30.86% from 255 or 24.45% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 142 (55.86% from 255 or 44.51% from 319); Max value from RGB is 142 - color contains mainly: blue. Hex color #4E638E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4E638E is #B19C71. Grayscale: #616161. Windows color (decimal): -11639922 or 9331534. OLE color: 9331534.

HSL color Cylindrical-coordinate representation of color #4E638E: hue angle of 220.31º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4E638E is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB7899142-
CMYK0.450.3000.44
HSL220.31º29.09%43.14%-
HSV(B)220.31º45.07%55.69%-
XYZ12.4912.527.35-
YUV97.62153.04114-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 24.45%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 142 (55.86% from 255) = 44.51%
R=24.45%
G=31.03%
B=44.51%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal78991420.450.3000.44220.3129.0943.14
Hex4E638E2D1E02Cdc1d2b
Octal11614321655360543343553
Binary10011101100011100011101011011111001011001101110011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E638E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(78,99,142); }

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

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

 a { background-color: rgb(78,99,142); }

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

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

 span { border-color: rgb(78,99,142); }

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