Html Css Color HEX #4D2868 Blue Diamond

📋 copy color: '#4D2868'

red 77 ◦ green 40 ◦ blue 104

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

Shades of Blue Diamond #4D2868

Tints of Blue Diamond #4D2868

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.1%

 BLUE value IS 104 (41.02% from 255) = 47.06%

R = 34.84%
G = 18.1%
B = 47.06%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4D2868 (or 0x4D2868) is known color: Blue Diamond. HEX triplet: 4D, 28 and 68. RGB value is (77,40,104). Sum of RGB (Red+Green+Blue) = 77+40+104=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 40 (16.02% from 255 or 18.10% from 221); Blue value is 104 (41.02% from 255 or 47.06% from 221); Max value from RGB is 104 - color contains mainly: blue. Hex color #4D2868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D2868 is #B2D797. Grayscale: #3A3A3A. Windows color (decimal): -11720600 or 6826061. OLE color: 6826061.

HSL color Cylindrical-coordinate representation of color #4D2868: hue angle of 274.69º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4D2868 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 77 40 104 -
CMYK 0.26 0.62 0 0.59
HSL 274.69º 0.44% 0.28% -
HSV(B) 274.69º 0.62% 0.41% -
XYZ 6.32 4.09 13.55 -
YUV 58.36 153.76 141.3 -
System Red Green Blue C M Y K H S L
Decimal 77 40 104 0.26 0.62 0 0.59 274.69 0.44 0.28
Hex 4D 28 68 1A 3E 0 3B 113 2C 1C
Octal 115 50 150 32 76 0 73 423 54 34
Binary 1001101 101000 1101000 11010 111110 0 111011 100010011 101100 11100

Color Harmonies of #4D2868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2868

Black with #4D2868

Text Example


Text Example

White with #4D2868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,40,104); }

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

background-color css

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

 a { background-color: rgb(77,40,104); }

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

border-color css

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

 span { border-color: rgb(77,40,104); }

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