#4B6490

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

Shades of Kashmir Blue #4B6490

Tints of Kashmir Blue #4B6490

Color information

#4B6490 (or 0x4B6490) is unknown color: approx Kashmir Blue. HEX triplet: 4B, 64 and 90. RGB value is (75,100,144). Sum of RGB (Red+Green+Blue) = 75+100+144=319 (42% of max value = 765). Red value is 75 (29.69% from 255 or 23.51% from 319); Green value is 100 (39.45% from 255 or 31.35% from 319); Blue value is 144 (56.64% from 255 or 45.14% from 319); Max value from RGB is 144 - color contains mainly: blue. Hex color #4B6490 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4B6490 is #B49B6F. Grayscale: #616161. Windows color (decimal): -11836272 or 9462859. OLE color: 9462859.

HSL color Cylindrical-coordinate representation of color #4B6490: hue angle of 218.26º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4B6490 is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB75100144-
CMYK0.480.3100.44
HSL218.26º31.51%42.94%-
HSV(B)218.26º47.92%56.47%-
XYZ12.4912.6228.16-
YUV97.54154.22111.92-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 23.51%
GREEN value IS 100 (39.45% from 255) = 31.35%
BLUE value IS 144 (56.64% from 255) = 45.14%
R=23.51%
G=31.35%
B=45.14%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal751001440.480.3100.44218.2631.5142.94
Hex4B6490301F02Cda202b
Octal11314422060370543324053
Binary100101111001001001000011000011111010110011011010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B6490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(75,100,144); }

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

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

 a { background-color: rgb(75,100,144); }

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

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

 span { border-color: rgb(75,100,144); }

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