Html Css Color HEX #4C608C Kashmir Blue

📋 copy color: '#4C608C'

red 76 ◦ green 96 ◦ blue 140

#4C608C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #4C608C

Tints of Kashmir Blue #4C608C

RGB

 RED value IS 76 (30.08% from 255) = 24.36%

 GREEN value IS 96 (37.89% from 255) = 30.77%

 BLUE value IS 140 (55.08% from 255) = 44.87%

R = 24.36%
G = 30.77%
B = 44.87%

CMYK

 C value IS 0.46

 M value IS 0.31

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4C608C (or 0x4C608C) is known color: Kashmir Blue. HEX triplet: 4C, 60 and 8C. RGB value is (76,96,140). Sum of RGB (Red+Green+Blue) = 76+96+140=312 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.36% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 140 (55.08% from 255 or 44.87% from 312); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C608C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C608C is #B39F73. Grayscale: #5E5E5E. Windows color (decimal): -11771764 or 9199692. OLE color: 9199692.

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

Color convert

RGB 76 96 140 -
CMYK 0.46 0.31 0 0.45
HSL 221.25º 0.3% 0.42% -
HSV(B) 221.25º 0.46% 0.55% -
XYZ 11.9 11.8 26.46 -
YUV 95.04 153.37 114.42 -
System Red Green Blue C M Y K H S L
Decimal 76 96 140 0.46 0.31 0 0.45 221.25 0.3 0.42
Hex 4C 60 8C 2E 1F 0 2D DD 1E 2A
Octal 114 140 214 56 37 0 55 335 36 52
Binary 1001100 1100000 10001100 101110 11111 0 101101 11011101 11110 101010

Color Harmonies of #4C608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C608C

Black with #4C608C

Text Example


Text Example

White with #4C608C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,96,140); }

 H1.HeaderClassName
 {
   color: #4C608C;
 }
 .AnyTagClassName
 {
   color: #4C608C;
 }
</style>

background-color css

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

 a { background-color: rgb(76,96,140); }

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

border-color css

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

 span { border-color: rgb(76,96,140); }

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