Html Css Color HEX #4D618B Kashmir Blue

📋 copy color: '#4D618B'

red 77 ◦ green 97 ◦ blue 139

#4D618B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kashmir Blue #4D618B

Tints of Kashmir Blue #4D618B

RGB

 RED value IS 77 (30.47% from 255) = 24.6%

 GREEN value IS 97 (38.28% from 255) = 30.99%

 BLUE value IS 139 (54.69% from 255) = 44.41%

R = 24.6%
G = 30.99%
B = 44.41%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#4D618B (or 0x4D618B) is known color: Kashmir Blue. HEX triplet: 4D, 61 and 8B. RGB value is (77,97,139). Sum of RGB (Red+Green+Blue) = 77+97+139=313 (41% of max value = 765). Red value is 77 (30.47% from 255 or 24.60% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 139 (54.69% from 255 or 44.41% from 313); Max value from RGB is 139 - color contains mainly: blue. Hex color #4D618B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #4D618B is #B29E74. Grayscale: #5F5F5F. Windows color (decimal): -11705973 or 9134413. OLE color: 9134413.

HSL color Cylindrical-coordinate representation of color #4D618B: hue angle of 220.65º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #4D618B is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 77 97 139 -
CMYK 0.45 0.30 0 0.45
HSL 220.65º 0.29% 0.42% -
HSV(B) 220.65º 0.45% 0.55% -
XYZ 12 11.99 26.11 -
YUV 95.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 77 97 139 0.45 0.30 0 0.45 220.65 0.29 0.42
Hex 4D 61 8B 2D 1E 0 2D DD 1D 2A
Octal 115 141 213 55 36 0 55 335 35 52
Binary 1001101 1100001 10001011 101101 11110 0 101101 11011101 11101 101010

Color Harmonies of #4D618B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D618B

Black with #4D618B

Text Example


Text Example

White with #4D618B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,97,139); }

 H1.HeaderClassName
 {
   color: #4D618B;
 }
 .AnyTagClassName
 {
   color: #4D618B;
 }
</style>

background-color css

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

 a { background-color: rgb(77,97,139); }

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

border-color css

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

 span { border-color: rgb(77,97,139); }

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