#4B618B

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

Shades of Kashmir Blue #4B618B

Tints of Kashmir Blue #4B618B

Color information

#4B618B (or 0x4B618B) is unknown color: approx Kashmir Blue. HEX triplet: 4B, 61 and 8B. RGB value is (75,97,139). Sum of RGB (Red+Green+Blue) = 75+97+139=311 (41% of max value = 765). Red value is 75 (29.69% from 255 or 24.12% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 139 (54.69% from 255 or 44.69% from 311); Max value from RGB is 139 - color contains mainly: blue. Hex color #4B618B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B618B is #B49E74. Grayscale: #5F5F5F. Windows color (decimal): -11837045 or 9134411. OLE color: 9134411.

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

Color convert

RGB7597139-
CMYK0.460.3000.45
HSL219.38º29.91%41.96%-
HSV(B)219.38º46.04%54.51%-
XYZ11.8411.9126.1-
YUV95.21152.71113.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 24.12%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 139 (54.69% from 255) = 44.69%
R=24.12%
G=31.19%
B=44.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75971390.460.3000.45219.3829.9141.96
Hex4B618B2E1E02Ddb1e2a
Octal11314121356360553333652
Binary10010111100001100010111011101111001011011101101111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B618B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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