Html Css Color HEX #4D356D Blue Diamond

📋 copy color: '#4D356D'

red 77 ◦ green 53 ◦ blue 109

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

Shades of Blue Diamond #4D356D

Tints of Blue Diamond #4D356D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 45.61%

R = 32.22%
G = 22.18%
B = 45.61%

CMYK

 C value IS 0.29

 M value IS 0.51

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D356D (or 0x4D356D) is known color: Blue Diamond. HEX triplet: 4D, 35 and 6D. RGB value is (77,53,109). Sum of RGB (Red+Green+Blue) = 77+53+109=239 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.22% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 109 (42.97% from 255 or 45.61% from 239); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D356D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D356D is #B2CA92. Grayscale: #424242. Windows color (decimal): -11717267 or 7157069. OLE color: 7157069.

HSL color Cylindrical-coordinate representation of color #4D356D: hue angle of 265.71º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4D356D is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 53 109 -
CMYK 0.29 0.51 0 0.57
HSL 265.71º 0.35% 0.32% -
HSV(B) 265.71º 0.51% 0.43% -
XYZ 7.09 5.23 15.1 -
YUV 66.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 77 53 109 0.29 0.51 0 0.57 265.71 0.35 0.32
Hex 4D 35 6D 1D 33 0 39 10A 23 20
Octal 115 65 155 35 63 0 71 412 43 40
Binary 1001101 110101 1101101 11101 110011 0 111001 100001010 100011 100000

Color Harmonies of #4D356D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D356D

Black with #4D356D

Text Example


Text Example

White with #4D356D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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