#4B638D

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

Shades of Kashmir Blue #4B638D

Tints of Kashmir Blue #4B638D

Color information

#4B638D (or 0x4B638D) is unknown color: approx Kashmir Blue. HEX triplet: 4B, 63 and 8D. RGB value is (75,99,141). Sum of RGB (Red+Green+Blue) = 75+99+141=315 (41% of max value = 765). Red value is 75 (29.69% from 255 or 23.81% from 315); Green value is 99 (39.06% from 255 or 31.43% from 315); Blue value is 141 (55.47% from 255 or 44.76% from 315); Max value from RGB is 141 - color contains mainly: blue. Hex color #4B638D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B638D is #B49C72. Grayscale: #606060. Windows color (decimal): -11836531 or 9265995. OLE color: 9265995.

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

Color convert

RGB7599141-
CMYK0.470.3000.45
HSL218.18º30.56%42.35%-
HSV(B)218.18º46.81%55.29%-
XYZ12.1712.3426.94-
YUV96.61153.05112.58-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.81%
GREEN value IS 99 (39.06% from 255) = 31.43%
BLUE value IS 141 (55.47% from 255) = 44.76%
R=23.81%
G=31.43%
B=44.76%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal75991410.470.3000.45218.1830.5642.35
Hex4B638D2F1E02Dda1f2a
Octal11314321557360553323752
Binary10010111100011100011011011111111001011011101101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B638D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,99,141); }

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

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

 a { background-color: rgb(75,99,141); }

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

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

 span { border-color: rgb(75,99,141); }

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