Html Css Color HEX #4D3078 Blue Diamond

📋 copy color: '#4D3078'

red 77 ◦ green 48 ◦ blue 120

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

Shades of Blue Diamond #4D3078

Tints of Blue Diamond #4D3078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 48.98%

R = 31.43%
G = 19.59%
B = 48.98%

CMYK

 C value IS 0.36

 M value IS 0.60

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#4D3078 (or 0x4D3078) is known color: Blue Diamond. HEX triplet: 4D, 30 and 78. RGB value is (77,48,120). Sum of RGB (Red+Green+Blue) = 77+48+120=245 (32% of max value = 765). Red value is 77 (30.47% from 255 or 31.43% from 245); Green value is 48 (19.14% from 255 or 19.59% from 245); Blue value is 120 (47.27% from 255 or 48.98% from 245); Max value from RGB is 120 - color contains mainly: blue. Hex color #4D3078 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D3078 is #B2CF87. Grayscale: #404040. Windows color (decimal): -11718536 or 7876685. OLE color: 7876685.

HSL color Cylindrical-coordinate representation of color #4D3078: hue angle of 264.17º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4D3078 is Cyan = 0.36, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 77 48 120 -
CMYK 0.36 0.60 0 0.53
HSL 264.17º 0.43% 0.33% -
HSV(B) 264.17º 0.6% 0.47% -
XYZ 7.51 5.05 18.35 -
YUV 64.88 159.11 136.65 -
System Red Green Blue C M Y K H S L
Decimal 77 48 120 0.36 0.60 0 0.53 264.17 0.43 0.33
Hex 4D 30 78 24 3C 0 35 108 2B 21
Octal 115 60 170 44 74 0 65 410 53 41
Binary 1001101 110000 1111000 100100 111100 0 110101 100001000 101011 100001

Color Harmonies of #4D3078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3078

Black with #4D3078

Text Example


Text Example

White with #4D3078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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