#4C628C

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

Shades of Kashmir Blue #4C628C

Tints of Kashmir Blue #4C628C

Color information

#4C628C (or 0x4C628C) is unknown color: approx Kashmir Blue. HEX triplet: 4C, 62 and 8C. RGB value is (76,98,140). Sum of RGB (Red+Green+Blue) = 76+98+140=314 (41% of max value = 765). Red value is 76 (30.08% from 255 or 24.20% from 314); Green value is 98 (38.67% from 255 or 31.21% from 314); Blue value is 140 (55.08% from 255 or 44.59% from 314); Max value from RGB is 140 - color contains mainly: blue. Hex color #4C628C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4C628C is #B39D73. Grayscale: #606060. Windows color (decimal): -11771252 or 9200204. OLE color: 9200204.

HSL color Cylindrical-coordinate representation of color #4C628C: hue angle of 219.38º 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 #4C628C is Cyan = 0.46, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7698140-
CMYK0.460.300.45
HSL219.38º29.63%42.35%-
HSV(B)219.38º45.71%54.9%-
XYZ12.0812.1726.52-
YUV96.21152.71113.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 24.20%
GREEN value IS 98 (38.67% from 255) = 31.21%
BLUE value IS 140 (55.08% from 255) = 44.59%
R=24.20%
G=31.21%
B=44.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal76981400.460.300.45219.3829.6342.35
Hex4C628C2E1E02Ddb1e2a
Octal11414221456360553333652
Binary10011001100010100011001011101111001011011101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C628C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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