#4d6090

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

Shades of Kashmir Blue #4D6090

Tints of Kashmir Blue #4D6090

Color information

#4D6090 (or 0x4D6090) is unknown color: approx Kashmir Blue. HEX triplet: 4D, 60 and 90. RGB value is (77,96,144). Sum of RGB (Red+Green+Blue) = 77+96+144=317 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.29% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 144 (56.64% from 255 or 45.43% from 317); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D6090 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6090 is #B29F6F. Grayscale: #5F5F5F. Windows color (decimal): -11706224 or 9461837. OLE color: 9461837.

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

Color convert

RGB7796144-
CMYK0.470.3300.44
HSL222.99º30.32%43.33%-
HSV(B)222.99º46.53%56.47%-
XYZ12.2811.9628.05-
YUV95.79155.21114.6-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.29%
GREEN value IS 96 (37.89% from 255) = 30.28%
BLUE value IS 144 (56.64% from 255) = 45.43%
R=24.29%
G=30.28%
B=45.43%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal77961440.470.3300.44222.9930.3243.33
Hex4D60902F2102Cdf1e2b
Octal11514022057410543373653
Binary100110111000001001000010111110000101011001101111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4d6090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,96,144); }

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

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

 a { background-color: rgb(77,96,144); }

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

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

 span { border-color: rgb(77,96,144); }

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