Html Css Color HEX #4D3268 Blue Diamond

📋 copy color: '#4D3268'

red 77 ◦ green 50 ◦ blue 104

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

Shades of Blue Diamond #4D3268

Tints of Blue Diamond #4D3268

RGB

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

 GREEN value IS 50 (19.92% from 255) = 21.65%

 BLUE value IS 104 (41.02% from 255) = 45.02%

R = 33.33%
G = 21.65%
B = 45.02%

CMYK

 C value IS 0.26

 M value IS 0.52

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D3268 (or 0x4D3268) is known color: Blue Diamond. HEX triplet: 4D, 32 and 68. RGB value is (77,50,104). Sum of RGB (Red+Green+Blue) = 77+50+104=231 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.33% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 104 (41.02% from 255 or 45.02% from 231); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D3268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3268 is #B2CD97. Grayscale: #404040. Windows color (decimal): -11718040 or 6828621. OLE color: 6828621.

HSL color Cylindrical-coordinate representation of color #4D3268: hue angle of 270º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4D3268 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 50 104 -
CMYK 0.26 0.52 0 0.59
HSL 270º 0.35% 0.3% -
HSV(B) 270º 0.52% 0.41% -
XYZ 6.7 4.86 13.68 -
YUV 64.23 150.45 137.11 -
System Red Green Blue C M Y K H S L
Decimal 77 50 104 0.26 0.52 0 0.59 270 0.35 0.3
Hex 4D 32 68 1A 34 0 3B 10E 23 1E
Octal 115 62 150 32 64 0 73 416 43 36
Binary 1001101 110010 1101000 11010 110100 0 111011 100001110 100011 11110

Color Harmonies of #4D3268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3268

Black with #4D3268

Text Example


Text Example

White with #4D3268

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,50,104); }

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

background-color css

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

 a { background-color: rgb(77,50,104); }

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

border-color css

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

 span { border-color: rgb(77,50,104); }

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