Html Css Color HEX #4C1C69 Blue Diamond

📋 copy color: '#4C1C69'

red 76 ◦ green 28 ◦ blue 105

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

Shades of Blue Diamond #4C1C69

Tints of Blue Diamond #4C1C69

RGB

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

 GREEN value IS 28 (11.33% from 255) = 13.4%

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 36.36%
G = 13.4%
B = 50.24%

CMYK

 C value IS 0.28

 M value IS 0.73

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C1C69 (or 0x4C1C69) is known color: Blue Diamond. HEX triplet: 4C, 1C and 69. RGB value is (76,28,105). Sum of RGB (Red+Green+Blue) = 76+28+105=209 (27% of max value = 765). Red value is 76 (30.08% from 255 or 36.36% from 209); Green value is 28 (11.33% from 255 or 13.40% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #4C1C69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C1C69 is #B3E396. Grayscale: #323232. Windows color (decimal): -11789207 or 6888524. OLE color: 6888524.

HSL color Cylindrical-coordinate representation of color #4C1C69: hue angle of 277.4º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4C1C69 is Cyan = 0.28, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 28 105 -
CMYK 0.28 0.73 0 0.59
HSL 277.4º 0.58% 0.26% -
HSV(B) 277.4º 0.73% 0.41% -
XYZ 5.95 3.39 13.7 -
YUV 51.13 158.4 145.74 -
System Red Green Blue C M Y K H S L
Decimal 76 28 105 0.28 0.73 0 0.59 277.4 0.58 0.26
Hex 4C 1C 69 1C 49 0 3B 115 3A 1A
Octal 114 34 151 34 111 0 73 425 72 32
Binary 1001100 11100 1101001 11100 1001001 0 111011 100010101 111010 11010

Color Harmonies of #4C1C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C1C69

Black with #4C1C69

Text Example


Text Example

White with #4C1C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,28,105); }

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

background-color css

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

 a { background-color: rgb(76,28,105); }

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

border-color css

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

 span { border-color: rgb(76,28,105); }

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