Html Css Color HEX #4D3167 Blue Diamond

📋 copy color: '#4D3167'

red 77 ◦ green 49 ◦ blue 103

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

Shades of Blue Diamond #4D3167

Tints of Blue Diamond #4D3167

RGB

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

 GREEN value IS 49 (19.53% from 255) = 21.4%

 BLUE value IS 103 (40.63% from 255) = 44.98%

R = 33.62%
G = 21.4%
B = 44.98%

CMYK

 C value IS 0.25

 M value IS 0.52

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4D3167 (or 0x4D3167) is known color: Blue Diamond. HEX triplet: 4D, 31 and 67. RGB value is (77,49,103). Sum of RGB (Red+Green+Blue) = 77+49+103=229 (30% of max value = 765). Red value is 77 (30.47% from 255 or 33.62% from 229); Green value is 49 (19.53% from 255 or 21.40% from 229); Blue value is 103 (40.62% from 255 or 44.98% from 229); Max value from RGB is 103 - color contains mainly: blue. Hex color #4D3167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3167 is #B2CE98. Grayscale: #3F3F3F. Windows color (decimal): -11718297 or 6762829. OLE color: 6762829.

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

Color convert

RGB 77 49 103 -
CMYK 0.25 0.52 0 0.60
HSL 271.11º 0.36% 0.3% -
HSV(B) 271.11º 0.52% 0.4% -
XYZ 6.61 4.75 13.4 -
YUV 63.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 77 49 103 0.25 0.52 0 0.60 271.11 0.36 0.3
Hex 4D 31 67 19 34 0 3C 10F 24 1E
Octal 115 61 147 31 64 0 74 417 44 36
Binary 1001101 110001 1100111 11001 110100 0 111100 100001111 100100 11110

Color Harmonies of #4D3167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3167

Black with #4D3167

Text Example


Text Example

White with #4D3167

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,49,103); }

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

background-color css

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

 a { background-color: rgb(77,49,103); }

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

border-color css

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

 span { border-color: rgb(77,49,103); }

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