Html Css Color HEX #4D336C Blue Diamond

📋 copy color: '#4D336C'

red 77 ◦ green 51 ◦ blue 108

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

Shades of Blue Diamond #4D336C

Tints of Blue Diamond #4D336C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 21.61%

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 32.63%
G = 21.61%
B = 45.76%

CMYK

 C value IS 0.29

 M value IS 0.53

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D336C (or 0x4D336C) is known color: Blue Diamond. HEX triplet: 4D, 33 and 6C. RGB value is (77,51,108). Sum of RGB (Red+Green+Blue) = 77+51+108=236 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.63% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D336C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D336C is #B2CC93. Grayscale: #414141. Windows color (decimal): -11717780 or 7091021. OLE color: 7091021.

HSL color Cylindrical-coordinate representation of color #4D336C: hue angle of 267.37º degrees, saturation: 0.36, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4D336C is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 51 108 -
CMYK 0.29 0.53 0 0.58
HSL 267.37º 0.36% 0.31% -
HSV(B) 267.37º 0.53% 0.42% -
XYZ 6.95 5.03 14.79 -
YUV 65.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 77 51 108 0.29 0.53 0 0.58 267.37 0.36 0.31
Hex 4D 33 6C 1D 35 0 3A 10B 24 1F
Octal 115 63 154 35 65 0 72 413 44 37
Binary 1001101 110011 1101100 11101 110101 0 111010 100001011 100100 11111

Color Harmonies of #4D336C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D336C

Black with #4D336C

Text Example


Text Example

White with #4D336C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,108); }

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

background-color css

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

 a { background-color: rgb(77,51,108); }

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

border-color css

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

 span { border-color: rgb(77,51,108); }

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