#4C6190

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

Shades of Kashmir Blue #4C6190

Tints of Kashmir Blue #4C6190

Color information

#4C6190 (or 0x4C6190) is unknown color: approx Kashmir Blue. HEX triplet: 4C, 61 and 90. RGB value is (76,97,144). Sum of RGB (Red+Green+Blue) = 76+97+144=317 (41% of max value = 765). Red value is 76 (30.08% from 255 or 23.97% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #4C6190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C6190 is #B39E6F. Grayscale: #5F5F5F. Windows color (decimal): -11771504 or 9462092. OLE color: 9462092.

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

Color convert

RGB7697144-
CMYK0.470.3300.44
HSL221.47º30.91%43.14%-
HSV(B)221.47º47.22%56.47%-
XYZ12.2912.128.07-
YUV96.08155.04113.68-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 23.97%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=23.97%
G=30.60%
B=45.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76971440.470.3300.44221.4730.9143.14
Hex4C61902F2102Cdd1f2b
Octal11414122057410543353753
Binary100110011000011001000010111110000101011001101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C6190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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