Html Css Color HEX #4C256C Blue Diamond

📋 copy color: '#4C256C'

red 76 ◦ green 37 ◦ blue 108

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

Shades of Blue Diamond #4C256C

Tints of Blue Diamond #4C256C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.74%

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

R = 34.39%
G = 16.74%
B = 48.87%

CMYK

 C value IS 0.30

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#4C256C (or 0x4C256C) is known color: Blue Diamond. HEX triplet: 4C, 25 and 6C. RGB value is (76,37,108). Sum of RGB (Red+Green+Blue) = 76+37+108=221 (29% of max value = 765). Red value is 76 (30.08% from 255 or 34.39% from 221); Green value is 37 (14.84% from 255 or 16.74% from 221); Blue value is 108 (42.58% from 255 or 48.87% from 221); Max value from RGB is 108 - color contains mainly: blue. Hex color #4C256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C256C is #B3DA93. Grayscale: #383838. Windows color (decimal): -11786900 or 7087436. OLE color: 7087436.

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

Color convert

RGB 76 37 108 -
CMYK 0.30 0.66 0 0.58
HSL 272.96º 0.49% 0.28% -
HSV(B) 272.96º 0.66% 0.42% -
XYZ 6.35 3.94 14.61 -
YUV 56.76 156.92 141.73 -
System Red Green Blue C M Y K H S L
Decimal 76 37 108 0.30 0.66 0 0.58 272.96 0.49 0.28
Hex 4C 25 6C 1E 42 0 3A 111 31 1C
Octal 114 45 154 36 102 0 72 421 61 34
Binary 1001100 100101 1101100 11110 1000010 0 111010 100010001 110001 11100

Color Harmonies of #4C256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C256C

Black with #4C256C

Text Example


Text Example

White with #4C256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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