Html Css Color HEX #4C236D Blue Diamond

📋 copy color: '#4C236D'

red 76 ◦ green 35 ◦ blue 109

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

Shades of Blue Diamond #4C236D

Tints of Blue Diamond #4C236D

RGB

 RED value IS 76 (30.08% from 255) = 34.55%

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

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

R = 34.55%
G = 15.91%
B = 49.55%

CMYK

 C value IS 0.30

 M value IS 0.68

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#4C236D (or 0x4C236D) is known color: Blue Diamond. HEX triplet: 4C, 23 and 6D. RGB value is (76,35,109). Sum of RGB (Red+Green+Blue) = 76+35+109=220 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.55% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 109 (42.97% from 255 or 49.55% from 220); Max value from RGB is 109 - color contains mainly: blue. Hex color #4C236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C236D is #B3DC92. Grayscale: #373737. Windows color (decimal): -11787411 or 7152460. OLE color: 7152460.

HSL color Cylindrical-coordinate representation of color #4C236D: hue angle of 273.24º 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 #4C236D is Cyan = 0.30, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 76 35 109 -
CMYK 0.30 0.68 0 0.57
HSL 273.24º 0.51% 0.28% -
HSV(B) 273.24º 0.68% 0.43% -
XYZ 6.34 3.84 14.88 -
YUV 55.7 158.08 142.48 -
System Red Green Blue C M Y K H S L
Decimal 76 35 109 0.30 0.68 0 0.57 273.24 0.51 0.28
Hex 4C 23 6D 1E 44 0 39 111 33 1C
Octal 114 43 155 36 104 0 71 421 63 34
Binary 1001100 100011 1101101 11110 1000100 0 111001 100010001 110011 11100

Color Harmonies of #4C236D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C236D

Black with #4C236D

Text Example


Text Example

White with #4C236D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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