#4C6390

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

Shades of Kashmir Blue #4C6390

Tints of Kashmir Blue #4C6390

Color information

#4C6390 (or 0x4C6390) is unknown color: approx Kashmir Blue. HEX triplet: 4C, 63 and 90. RGB value is (76,99,144). Sum of RGB (Red+Green+Blue) = 76+99+144=319 (42% of max value = 765). Red value is 76 (30.08% from 255 or 23.82% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C6390 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6390 is #B39C6F. Grayscale: #616161. Windows color (decimal): -11770992 or 9462604. OLE color: 9462604.

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

Color convert

RGB7699144-
CMYK0.470.3100.44
HSL219.71º30.91%43.14%-
HSV(B)219.71º47.22%56.47%-
XYZ12.4812.4728.14-
YUV97.25154.38112.84-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.82%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=23.82%
G=31.03%
B=45.14%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76991440.470.3100.44219.7130.9143.14
Hex4C63902F1F02Cdc1f2b
Octal11414322057370543343753
Binary10011001100011100100001011111111101011001101110011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,99,144); }

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

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

 a { background-color: rgb(76,99,144); }

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

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

 span { border-color: rgb(76,99,144); }

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