#4D6990

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

Shades of Kashmir Blue #4D6990

Tints of Kashmir Blue #4D6990

Color information

#4D6990 (or 0x4D6990) is unknown color: approx Kashmir Blue. HEX triplet: 4D, 69 and 90. RGB value is (77,105,144). Sum of RGB (Red+Green+Blue) = 77+105+144=326 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.62% from 326); Green value is 105 (41.41% from 255 or 32.21% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #4D6990 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6990 is #B2966F. Grayscale: #646464. Windows color (decimal): -11703920 or 9464141. OLE color: 9464141.

HSL color Cylindrical-coordinate representation of color #4D6990: hue angle of 214.93º 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 #4D6990 is Cyan = 0.47, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB77105144-
CMYK0.470.2700.44
HSL214.93º30.32%43.33%-
HSV(B)214.93º46.53%56.47%-
XYZ13.1513.6928.34-
YUV101.07152.22110.83-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.62%
GREEN value IS 105 (41.41% from 255) = 32.21%
BLUE value IS 144 (56.64% from 255) = 44.17%
R=23.62%
G=32.21%
B=44.17%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal771051440.470.2700.44214.9330.3243.33
Hex4D69902F1B02Cd71e2b
Octal11515122057330543273653
Binary10011011101001100100001011111101101011001101011111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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