Html Css Color HEX #4D2471 Blue Diamond

📋 copy color: '#4D2471'

red 77 ◦ green 36 ◦ blue 113

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

Shades of Blue Diamond #4D2471

Tints of Blue Diamond #4D2471

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.93%

 BLUE value IS 113 (44.53% from 255) = 50%

R = 34.07%
G = 15.93%
B = 50%

CMYK

 C value IS 0.32

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D2471 (or 0x4D2471) is known color: Blue Diamond. HEX triplet: 4D, 24 and 71. RGB value is (77,36,113). Sum of RGB (Red+Green+Blue) = 77+36+113=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 36 (14.45% from 255 or 15.93% from 226); Blue value is 113 (44.53% from 255 or 50% from 226); Max value from RGB is 113 - color contains mainly: blue. Hex color #4D2471 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2471 is #B2DB8E. Grayscale: #383838. Windows color (decimal): -11721615 or 7414861. OLE color: 7414861.

HSL color Cylindrical-coordinate representation of color #4D2471: hue angle of 271.95º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D2471 is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 36 113 -
CMYK 0.32 0.68 0 0.56
HSL 271.95º 0.52% 0.29% -
HSV(B) 271.95º 0.68% 0.44% -
XYZ 6.67 4.03 16.05 -
YUV 57.04 159.58 142.24 -
System Red Green Blue C M Y K H S L
Decimal 77 36 113 0.32 0.68 0 0.56 271.95 0.52 0.29
Hex 4D 24 71 20 44 0 38 110 34 1D
Octal 115 44 161 40 104 0 70 420 64 35
Binary 1001101 100100 1110001 100000 1000100 0 111000 100010000 110100 11101

Color Harmonies of #4D2471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2471

Black with #4D2471

Text Example


Text Example

White with #4D2471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,36,113); }

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

background-color css

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

 a { background-color: rgb(77,36,113); }

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

border-color css

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

 span { border-color: rgb(77,36,113); }

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