Html Css Color HEX #4D2372 Blue Diamond

📋 copy color: '#4D2372'

red 77 ◦ green 35 ◦ blue 114

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

Shades of Blue Diamond #4D2372

Tints of Blue Diamond #4D2372

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.49%

 BLUE value IS 114 (44.92% from 255) = 50.44%

R = 34.07%
G = 15.49%
B = 50.44%

CMYK

 C value IS 0.32

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D2372 (or 0x4D2372) is known color: Blue Diamond. HEX triplet: 4D, 23 and 72. RGB value is (77,35,114). Sum of RGB (Red+Green+Blue) = 77+35+114=226 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.07% from 226); Green value is 35 (14.06% from 255 or 15.49% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #4D2372 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2372 is #B2DC8D. Grayscale: #383838. Windows color (decimal): -11721870 or 7480141. OLE color: 7480141.

HSL color Cylindrical-coordinate representation of color #4D2372: hue angle of 271.9º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D2372 is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 77 35 114 -
CMYK 0.32 0.69 0 0.55
HSL 271.9º 0.53% 0.29% -
HSV(B) 271.9º 0.69% 0.45% -
XYZ 6.7 3.99 16.34 -
YUV 56.56 160.41 142.58 -
System Red Green Blue C M Y K H S L
Decimal 77 35 114 0.32 0.69 0 0.55 271.9 0.53 0.29
Hex 4D 23 72 20 45 0 37 110 35 1D
Octal 115 43 162 40 105 0 67 420 65 35
Binary 1001101 100011 1110010 100000 1000101 0 110111 100010000 110101 11101

Color Harmonies of #4D2372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2372

Black with #4D2372

Text Example


Text Example

White with #4D2372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,114); }

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

background-color css

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

 a { background-color: rgb(77,35,114); }

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

border-color css

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

 span { border-color: rgb(77,35,114); }

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