Html Css Color HEX #4D3566 Blue Diamond

📋 copy color: '#4D3566'

red 77 ◦ green 53 ◦ blue 102

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

Shades of Blue Diamond #4D3566

Tints of Blue Diamond #4D3566

RGB

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

 GREEN value IS 53 (21.09% from 255) = 22.84%

 BLUE value IS 102 (40.23% from 255) = 43.97%

R = 33.19%
G = 22.84%
B = 43.97%

CMYK

 C value IS 0.25

 M value IS 0.48

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#4D3566 (or 0x4D3566) is known color: Blue Diamond. HEX triplet: 4D, 35 and 66. RGB value is (77,53,102). Sum of RGB (Red+Green+Blue) = 77+53+102=232 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.19% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 102 (40.23% from 255 or 43.97% from 232); Max value from RGB is 102 - color contains mainly: blue. Hex color #4D3566 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3566 is #B2CA99. Grayscale: #414141. Windows color (decimal): -11717274 or 6698317. OLE color: 6698317.

HSL color Cylindrical-coordinate representation of color #4D3566: hue angle of 269.39º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #4D3566 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 77 53 102 -
CMYK 0.25 0.48 0 0.6
HSL 269.39º 0.32% 0.3% -
HSV(B) 269.39º 0.48% 0.4% -
XYZ 6.73 5.08 13.2 -
YUV 65.76 148.45 136.02 -
System Red Green Blue C M Y K H S L
Decimal 77 53 102 0.25 0.48 0 0.6 269.39 0.32 0.3
Hex 4D 35 66 19 30 0 3C 10D 20 1E
Octal 115 65 146 31 60 0 74 415 40 36
Binary 1001101 110101 1100110 11001 110000 0 111100 100001101 100000 11110

Color Harmonies of #4D3566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3566

Black with #4D3566

Text Example


Text Example

White with #4D3566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,53,102); }

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

background-color css

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

 a { background-color: rgb(77,53,102); }

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

border-color css

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

 span { border-color: rgb(77,53,102); }

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