Html Css Color HEX #4D226B Blue Diamond

📋 copy color: '#4D226B'

red 77 ◦ green 34 ◦ blue 107

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

Shades of Blue Diamond #4D226B

Tints of Blue Diamond #4D226B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.6%

 BLUE value IS 107 (42.19% from 255) = 49.08%

R = 35.32%
G = 15.6%
B = 49.08%

CMYK

 C value IS 0.28

 M value IS 0.68

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4D226B (or 0x4D226B) is known color: Blue Diamond. HEX triplet: 4D, 22 and 6B. RGB value is (77,34,107). Sum of RGB (Red+Green+Blue) = 77+34+107=218 (28% of max value = 765). Red value is 77 (30.47% from 255 or 35.32% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 107 (42.19% from 255 or 49.08% from 218); Max value from RGB is 107 - color contains mainly: blue. Hex color #4D226B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D226B is #B2DD94. Grayscale: #363636. Windows color (decimal): -11722133 or 7021133. OLE color: 7021133.

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

Color convert

RGB 77 34 107 -
CMYK 0.28 0.68 0 0.58
HSL 275.34º 0.52% 0.28% -
HSV(B) 275.34º 0.68% 0.42% -
XYZ 6.29 3.78 14.31 -
YUV 55.18 157.25 143.56 -
System Red Green Blue C M Y K H S L
Decimal 77 34 107 0.28 0.68 0 0.58 275.34 0.52 0.28
Hex 4D 22 6B 1C 44 0 3A 113 34 1C
Octal 115 42 153 34 104 0 72 423 64 34
Binary 1001101 100010 1101011 11100 1000100 0 111010 100010011 110100 11100

Color Harmonies of #4D226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D226B

Black with #4D226B

Text Example


Text Example

White with #4D226B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,34,107); }

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

background-color css

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

 a { background-color: rgb(77,34,107); }

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

border-color css

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

 span { border-color: rgb(77,34,107); }

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