Html Css Color HEX #4C296C Blue Diamond

📋 copy color: '#4C296C'

red 76 ◦ green 41 ◦ blue 108

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

Shades of Blue Diamond #4C296C

Tints of Blue Diamond #4C296C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.22%

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

R = 33.78%
G = 18.22%
B = 48%

CMYK

 C value IS 0.30

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C296C (or 0x4C296C) is known color: Blue Diamond. HEX triplet: 4C, 29 and 6C. RGB value is (76,41,108). Sum of RGB (Red+Green+Blue) = 76+41+108=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 41 (16.41% from 255 or 18.22% 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 #4C296C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C296C is #B3D693. Grayscale: #3A3A3A. Windows color (decimal): -11785876 or 7088460. OLE color: 7088460.

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

Color convert

RGB 76 41 108 -
CMYK 0.30 0.62 0 0.58
HSL 271.34º 0.45% 0.29% -
HSV(B) 271.34º 0.62% 0.42% -
XYZ 6.48 4.21 14.66 -
YUV 59.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 76 41 108 0.30 0.62 0 0.58 271.34 0.45 0.29
Hex 4C 29 6C 1E 3E 0 3A 10F 2D 1D
Octal 114 51 154 36 76 0 72 417 55 35
Binary 1001100 101001 1101100 11110 111110 0 111010 100001111 101101 11101

Color Harmonies of #4C296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C296C

Black with #4C296C

Text Example


Text Example

White with #4C296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,108); }

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

background-color css

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

 a { background-color: rgb(76,41,108); }

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

border-color css

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

 span { border-color: rgb(76,41,108); }

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