#4C618F

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

Shades of Kashmir Blue #4C618F

Tints of Kashmir Blue #4C618F

Color information

#4C618F (or 0x4C618F) is unknown color: approx Kashmir Blue. HEX triplet: 4C, 61 and 8F. RGB value is (76,97,143). Sum of RGB (Red+Green+Blue) = 76+97+143=316 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.05% from 316); Green value is 97 (38.28% from 255 or 30.70% from 316); Blue value is 143 (56.25% from 255 or 45.25% from 316); Max value from RGB is 143 - color contains mainly: blue. Hex color #4C618F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C618F is #B39E70. Grayscale: #5F5F5F. Windows color (decimal): -11771505 or 9396556. OLE color: 9396556.

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

Color convert

RGB7697143-
CMYK0.470.3200.44
HSL221.19º30.59%42.94%-
HSV(B)221.19º46.85%56.08%-
XYZ12.2112.0727.67-
YUV95.96154.54113.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.05%
GREEN value IS 97 (38.28% from 255) = 30.70%
BLUE value IS 143 (56.25% from 255) = 45.25%
R=24.05%
G=30.70%
B=45.25%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal76971430.470.3200.44221.1930.5942.94
Hex4C618F2F2002Cdd1f2b
Octal11414121757400543353753
Binary100110011000011000111110111110000001011001101110111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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