Html Css Color HEX #4C3072 Blue Diamond

📋 copy color: '#4C3072'

red 76 ◦ green 48 ◦ blue 114

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

Shades of Blue Diamond #4C3072

Tints of Blue Diamond #4C3072

RGB

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

 GREEN value IS 48 (19.14% from 255) = 20.17%

 BLUE value IS 114 (44.92% from 255) = 47.9%

R = 31.93%
G = 20.17%
B = 47.9%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3072 (or 0x4C3072) is known color: Blue Diamond. HEX triplet: 4C, 30 and 72. RGB value is (76,48,114). Sum of RGB (Red+Green+Blue) = 76+48+114=238 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.93% from 238); Green value is 48 (19.14% from 255 or 20.17% from 238); Blue value is 114 (44.92% from 255 or 47.90% from 238); Max value from RGB is 114 - color contains mainly: blue. Hex color #4C3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3072 is #B3CF8D. Grayscale: #3F3F3F. Windows color (decimal): -11784078 or 7483468. OLE color: 7483468.

HSL color Cylindrical-coordinate representation of color #4C3072: hue angle of 265.45º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4C3072 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 76 48 114 -
CMYK 0.33 0.58 0 0.55
HSL 265.45º 0.41% 0.32% -
HSV(B) 265.45º 0.58% 0.45% -
XYZ 7.07 4.87 16.49 -
YUV 63.9 156.28 136.63 -
System Red Green Blue C M Y K H S L
Decimal 76 48 114 0.33 0.58 0 0.55 265.45 0.41 0.32
Hex 4C 30 72 21 3A 0 37 109 29 20
Octal 114 60 162 41 72 0 67 411 51 40
Binary 1001100 110000 1110010 100001 111010 0 110111 100001001 101001 100000

Color Harmonies of #4C3072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3072

Black with #4C3072

Text Example


Text Example

White with #4C3072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,48,114); }

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

background-color css

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

 a { background-color: rgb(76,48,114); }

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

border-color css

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

 span { border-color: rgb(76,48,114); }

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