Html Css Color HEX #4D236D Blue Diamond

📋 copy color: '#4D236D'

red 77 ◦ green 35 ◦ blue 109

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

Shades of Blue Diamond #4D236D

Tints of Blue Diamond #4D236D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.84%

 BLUE value IS 109 (42.97% from 255) = 49.32%

R = 34.84%
G = 15.84%
B = 49.32%

CMYK

 C value IS 0.29

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4D236D (or 0x4D236D) is known color: Blue Diamond. HEX triplet: 4D, 23 and 6D. RGB value is (77,35,109). Sum of RGB (Red+Green+Blue) = 77+35+109=221 (29% of max value = 765). Red value is 77 (30.47% from 255 or 34.84% from 221); Green value is 35 (14.06% from 255 or 15.84% from 221); Blue value is 109 (42.97% from 255 or 49.32% from 221); Max value from RGB is 109 - color contains mainly: blue. Hex color #4D236D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4D236D is #B2DC92. Grayscale: #373737. Windows color (decimal): -11721875 or 7152461. OLE color: 7152461.

HSL color Cylindrical-coordinate representation of color #4D236D: hue angle of 274.05º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4D236D is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 77 35 109 -
CMYK 0.29 0.68 0 0.57
HSL 274.05º 0.51% 0.28% -
HSV(B) 274.05º 0.68% 0.43% -
XYZ 6.42 3.88 14.88 -
YUV 55.99 157.91 142.98 -
System Red Green Blue C M Y K H S L
Decimal 77 35 109 0.29 0.68 0 0.57 274.05 0.51 0.28
Hex 4D 23 6D 1D 44 0 39 112 33 1C
Octal 115 43 155 35 104 0 71 422 63 34
Binary 1001101 100011 1101101 11101 1000100 0 111001 100010010 110011 11100

Color Harmonies of #4D236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D236D

Black with #4D236D

Text Example


Text Example

White with #4D236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,35,109); }

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

background-color css

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

 a { background-color: rgb(77,35,109); }

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

border-color css

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

 span { border-color: rgb(77,35,109); }

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