#4C618B

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

Shades of Kashmir Blue #4C618B

Tints of Kashmir Blue #4C618B

Color information

#4C618B (or 0x4C618B) is unknown color: approx Kashmir Blue. HEX triplet: 4C, 61 and 8B. RGB value is (76,97,139). Sum of RGB (Red+Green+Blue) = 76+97+139=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 97 (38.28% from 255 or 31.09% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #4C618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C618B is #B39E74. Grayscale: #5F5F5F. Windows color (decimal): -11771509 or 9134412. OLE color: 9134412.

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

Color convert

RGB7697139-
CMYK0.450.3000.45
HSL220º29.3%42.16%-
HSV(B)220º45.32%54.51%-
XYZ11.9211.9526.1-
YUV95.51152.54114.08-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.36%
GREEN value IS 97 (38.28% from 255) = 31.09%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=24.36%
G=31.09%
B=44.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76971390.450.3000.4522029.342.16
Hex4C618B2D1E02Ddc1d2a
Octal11414121355360553343552
Binary10011001100001100010111011011111001011011101110011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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