Html Css Color HEX #4C3076 Blue Diamond

📋 copy color: '#4C3076'

red 76 ◦ green 48 ◦ blue 118

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

Shades of Blue Diamond #4C3076

Tints of Blue Diamond #4C3076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 48.76%

R = 31.4%
G = 19.83%
B = 48.76%

CMYK

 C value IS 0.36

 M value IS 0.59

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#4C3076 (or 0x4C3076) is known color: Blue Diamond. HEX triplet: 4C, 30 and 76. RGB value is (76,48,118). Sum of RGB (Red+Green+Blue) = 76+48+118=242 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.40% from 242); Green value is 48 (19.14% from 255 or 19.83% from 242); Blue value is 118 (46.48% from 255 or 48.76% from 242); Max value from RGB is 118 - color contains mainly: blue. Hex color #4C3076 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3076 is #B3CF89. Grayscale: #404040. Windows color (decimal): -11784074 or 7745612. OLE color: 7745612.

HSL color Cylindrical-coordinate representation of color #4C3076: hue angle of 264º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4C3076 is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 76 48 118 -
CMYK 0.36 0.59 0 0.54
HSL 264º 0.42% 0.33% -
HSV(B) 264º 0.59% 0.46% -
XYZ 7.31 4.96 17.71 -
YUV 64.35 158.28 136.31 -
System Red Green Blue C M Y K H S L
Decimal 76 48 118 0.36 0.59 0 0.54 264 0.42 0.33
Hex 4C 30 76 24 3B 0 36 108 2A 21
Octal 114 60 166 44 73 0 66 410 52 41
Binary 1001100 110000 1110110 100100 111011 0 110110 100001000 101010 100001

Color Harmonies of #4C3076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3076

Black with #4C3076

Text Example


Text Example

White with #4C3076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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