#4D5E8A

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

Shades of Kashmir Blue #4D5E8A

Tints of Kashmir Blue #4D5E8A

Color information

#4D5E8A (or 0x4D5E8A) is unknown color: approx Kashmir Blue. HEX triplet: 4D, 5E and 8A. RGB value is (77,94,138). Sum of RGB (Red+Green+Blue) = 77+94+138=309 (40% of max value = 765). Red value is 77 (30.47% from 255 or 24.92% from 309); Green value is 94 (37.11% from 255 or 30.42% from 309); Blue value is 138 (54.30% from 255 or 44.66% from 309); Max value from RGB is 138 - color contains mainly: blue. Hex color #4D5E8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D5E8A is #B2A175. Grayscale: #5D5D5D. Windows color (decimal): -11706742 or 9068109. OLE color: 9068109.

HSL color Cylindrical-coordinate representation of color #4D5E8A: hue angle of 223.28º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #4D5E8A is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB7794138-
CMYK0.440.3200.46
HSL223.28º28.37%42.16%-
HSV(B)223.28º44.2%54.12%-
XYZ11.6511.4225.63-
YUV93.93152.87115.92-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 24.92%
GREEN value IS 94 (37.11% from 255) = 30.42%
BLUE value IS 138 (54.30% from 255) = 44.66%
R=24.92%
G=30.42%
B=44.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal77941380.440.3200.46223.2828.3742.16
Hex4D5E8A2C2002Edf1c2a
Octal11513621254400563373452
Binary100110110111101000101010110010000001011101101111111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4D5E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,94,138); }

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

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

 a { background-color: rgb(77,94,138); }

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

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

 span { border-color: rgb(77,94,138); }

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