Html Css Color HEX #4D2070 Blue Diamond

📋 copy color: '#4D2070'

red 77 ◦ green 32 ◦ blue 112

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

Shades of Blue Diamond #4D2070

Tints of Blue Diamond #4D2070

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.48%

 BLUE value IS 112 (44.14% from 255) = 50.68%

R = 34.84%
G = 14.48%
B = 50.68%

CMYK

 C value IS 0.31

 M value IS 0.71

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#4D2070 (or 0x4D2070) is known color: Blue Diamond. HEX triplet: 4D, 20 and 70. RGB value is (77,32,112). Sum of RGB (Red+Green+Blue) = 77+32+112=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 32 (12.89% from 255 or 14.48% from 221); Blue value is 112 (44.14% from 255 or 50.68% from 221); Max value from RGB is 112 - color contains mainly: blue. Hex color #4D2070 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2070 is #B2DF8F. Grayscale: #363636. Windows color (decimal): -11722640 or 7348301. OLE color: 7348301.

HSL color Cylindrical-coordinate representation of color #4D2070: hue angle of 273.75º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4D2070 is Cyan = 0.31, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 77 32 112 -
CMYK 0.31 0.71 0 0.56
HSL 273.75º 0.56% 0.28% -
HSV(B) 273.75º 0.71% 0.44% -
XYZ 6.5 3.78 15.72 -
YUV 54.58 160.41 144 -
System Red Green Blue C M Y K H S L
Decimal 77 32 112 0.31 0.71 0 0.56 273.75 0.56 0.28
Hex 4D 20 70 1F 47 0 38 112 38 1C
Octal 115 40 160 37 107 0 70 422 70 34
Binary 1001101 100000 1110000 11111 1000111 0 111000 100010010 111000 11100

Color Harmonies of #4D2070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2070

Black with #4D2070

Text Example


Text Example

White with #4D2070

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,32,112); }

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

background-color css

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

 a { background-color: rgb(77,32,112); }

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

border-color css

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

 span { border-color: rgb(77,32,112); }

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