#4D6992

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

Shades of Kashmir Blue #4D6992

Tints of Kashmir Blue #4D6992

Color information

#4D6992 (or 0x4D6992) is unknown color: approx Kashmir Blue. HEX triplet: 4D, 69 and 92. RGB value is (77,105,146). Sum of RGB (Red+Green+Blue) = 77+105+146=328 (43% of max value = 765). Red value is 77 (30.47% from 255 or 23.48% from 328); Green value is 105 (41.41% from 255 or 32.01% from 328); Blue value is 146 (57.42% from 255 or 44.51% from 328); Max value from RGB is 146 - color contains mainly: blue. Hex color #4D6992 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D6992 is #B2966D. Grayscale: #656565. Windows color (decimal): -11703918 or 9595213. OLE color: 9595213.

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

Color convert

RGB77105146-
CMYK0.470.2800.43
HSL215.65º30.94%43.73%-
HSV(B)215.65º47.26%57.25%-
XYZ13.313.7629.15-
YUV101.3153.22110.67-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 23.48%
GREEN value IS 105 (41.41% from 255) = 32.01%
BLUE value IS 146 (57.42% from 255) = 44.51%
R=23.48%
G=32.01%
B=44.51%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal771051460.470.2800.43215.6530.9443.73
Hex4D69922F1C02Bd81f2c
Octal11515122257340533303754
Binary10011011101001100100101011111110001010111101100011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D6992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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