Html Css Color HEX #4C236B Blue Diamond

📋 copy color: '#4C236B'

red 76 ◦ green 35 ◦ blue 107

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

Shades of Blue Diamond #4C236B

Tints of Blue Diamond #4C236B

RGB

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

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

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

R = 34.86%
G = 16.06%
B = 49.08%

CMYK

 C value IS 0.29

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C236B (or 0x4C236B) is known color: Blue Diamond. HEX triplet: 4C, 23 and 6B. RGB value is (76,35,107). Sum of RGB (Red+Green+Blue) = 76+35+107=218 (28% of max value = 765). Red value is 76 (30.08% from 255 or 34.86% from 218); Green value is 35 (14.06% from 255 or 16.06% 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 #4C236B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C236B is #B3DC94. Grayscale: #373737. Windows color (decimal): -11787413 or 7021388. OLE color: 7021388.

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

Color convert

RGB 76 35 107 -
CMYK 0.29 0.67 0 0.58
HSL 274.17º 0.51% 0.28% -
HSV(B) 274.17º 0.67% 0.42% -
XYZ 6.24 3.8 14.31 -
YUV 55.47 157.08 142.65 -
System Red Green Blue C M Y K H S L
Decimal 76 35 107 0.29 0.67 0 0.58 274.17 0.51 0.28
Hex 4C 23 6B 1D 43 0 3A 112 33 1C
Octal 114 43 153 35 103 0 72 422 63 34
Binary 1001100 100011 1101011 11101 1000011 0 111010 100010010 110011 11100

Color Harmonies of #4C236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C236B

Black with #4C236B

Text Example


Text Example

White with #4C236B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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