Html Css Color HEX #4D286C Blue Diamond

📋 copy color: '#4D286C'

red 77 ◦ green 40 ◦ blue 108

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

Shades of Blue Diamond #4D286C

Tints of Blue Diamond #4D286C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 48%

R = 34.22%
G = 17.78%
B = 48%

CMYK

 C value IS 0.29

 M value IS 0.63

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D286C (or 0x4D286C) is known color: Blue Diamond. HEX triplet: 4D, 28 and 6C. RGB value is (77,40,108). Sum of RGB (Red+Green+Blue) = 77+40+108=225 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.22% from 225); Green value is 40 (16.02% from 255 or 17.78% from 225); Blue value is 108 (42.58% from 255 or 48% from 225); Max value from RGB is 108 - color contains mainly: blue. Hex color #4D286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D286C is #B2D793. Grayscale: #3A3A3A. Windows color (decimal): -11720596 or 7088205. OLE color: 7088205.

HSL color Cylindrical-coordinate representation of color #4D286C: hue angle of 272.65º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4D286C is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 77 40 108 -
CMYK 0.29 0.63 0 0.58
HSL 272.65º 0.46% 0.29% -
HSV(B) 272.65º 0.63% 0.42% -
XYZ 6.53 4.18 14.65 -
YUV 58.82 155.76 140.97 -
System Red Green Blue C M Y K H S L
Decimal 77 40 108 0.29 0.63 0 0.58 272.65 0.46 0.29
Hex 4D 28 6C 1D 3F 0 3A 111 2E 1D
Octal 115 50 154 35 77 0 72 421 56 35
Binary 1001101 101000 1101100 11101 111111 0 111010 100010001 101110 11101

Color Harmonies of #4D286C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D286C

Black with #4D286C

Text Example


Text Example

White with #4D286C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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