Html Css Color HEX #4D3073 Blue Diamond

📋 copy color: '#4D3073'

red 77 ◦ green 48 ◦ blue 115

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

Shades of Blue Diamond #4D3073

Tints of Blue Diamond #4D3073

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20%

 BLUE value IS 115 (45.31% from 255) = 47.92%

R = 32.08%
G = 20%
B = 47.92%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4D3073 (or 0x4D3073) is known color: Blue Diamond. HEX triplet: 4D, 30 and 73. RGB value is (77,48,115). Sum of RGB (Red+Green+Blue) = 77+48+115=240 (31% of max value = 765). Red value is 77 (30.47% from 255 or 32.08% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 115 (45.31% from 255 or 47.92% from 240); Max value from RGB is 115 - color contains mainly: blue. Hex color #4D3073 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3073 is #B2CF8C. Grayscale: #404040. Windows color (decimal): -11718541 or 7549005. OLE color: 7549005.

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

Color convert

RGB 77 48 115 -
CMYK 0.33 0.58 0 0.55
HSL 265.97º 0.41% 0.32% -
HSV(B) 265.97º 0.58% 0.45% -
XYZ 7.21 4.93 16.79 -
YUV 64.31 156.61 137.05 -
System Red Green Blue C M Y K H S L
Decimal 77 48 115 0.33 0.58 0 0.55 265.97 0.41 0.32
Hex 4D 30 73 21 3A 0 37 10A 29 20
Octal 115 60 163 41 72 0 67 412 51 40
Binary 1001101 110000 1110011 100001 111010 0 110111 100001010 101001 100000

Color Harmonies of #4D3073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3073

Black with #4D3073

Text Example


Text Example

White with #4D3073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,48,115); }

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

background-color css

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

 a { background-color: rgb(77,48,115); }

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

border-color css

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

 span { border-color: rgb(77,48,115); }

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