Html Css Color HEX #4C2A6C Blue Diamond

📋 copy color: '#4C2A6C'

red 76 ◦ green 42 ◦ blue 108

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

Shades of Blue Diamond #4C2A6C

Tints of Blue Diamond #4C2A6C

RGB

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

 GREEN value IS 42 (16.8% from 255) = 18.58%

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

R = 33.63%
G = 18.58%
B = 47.79%

CMYK

 C value IS 0.30

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C2A6C (or 0x4C2A6C) is known color: Blue Diamond. HEX triplet: 4C, 2A and 6C. RGB value is (76,42,108). Sum of RGB (Red+Green+Blue) = 76+42+108=226 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.63% from 226); Green value is 42 (16.80% from 255 or 18.58% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C2A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C2A6C is #B3D593. Grayscale: #3B3B3B. Windows color (decimal): -11785620 or 7088716. OLE color: 7088716.

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

Color convert

RGB 76 42 108 -
CMYK 0.30 0.61 0 0.58
HSL 270.91º 0.44% 0.29% -
HSV(B) 270.91º 0.61% 0.42% -
XYZ 6.52 4.28 14.67 -
YUV 59.69 155.26 139.63 -
System Red Green Blue C M Y K H S L
Decimal 76 42 108 0.30 0.61 0 0.58 270.91 0.44 0.29
Hex 4C 2A 6C 1E 3D 0 3A 10F 2C 1D
Octal 114 52 154 36 75 0 72 417 54 35
Binary 1001100 101010 1101100 11110 111101 0 111010 100001111 101100 11101

Color Harmonies of #4C2A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2A6C

Black with #4C2A6C

Text Example


Text Example

White with #4C2A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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