Html Css Color HEX #4C3074 Blue Diamond

📋 copy color: '#4C3074'

red 76 ◦ green 48 ◦ blue 116

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

Shades of Blue Diamond #4C3074

Tints of Blue Diamond #4C3074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 48.33%

R = 31.67%
G = 20%
B = 48.33%

CMYK

 C value IS 0.34

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C3074 (or 0x4C3074) is known color: Blue Diamond. HEX triplet: 4C, 30 and 74. RGB value is (76,48,116). Sum of RGB (Red+Green+Blue) = 76+48+116=240 (31% of max value = 765). Red value is 76 (30.08% from 255 or 31.67% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 116 (45.70% from 255 or 48.33% from 240); Max value from RGB is 116 - color contains mainly: blue. Hex color #4C3074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C3074 is #B3CF8B. Grayscale: #3F3F3F. Windows color (decimal): -11784076 or 7614540. OLE color: 7614540.

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

Color convert

RGB 76 48 116 -
CMYK 0.34 0.59 0 0.55
HSL 264.71º 0.41% 0.32% -
HSV(B) 264.71º 0.59% 0.45% -
XYZ 7.19 4.91 17.09 -
YUV 64.12 157.28 136.47 -
System Red Green Blue C M Y K H S L
Decimal 76 48 116 0.34 0.59 0 0.55 264.71 0.41 0.32
Hex 4C 30 74 22 3B 0 37 109 29 20
Octal 114 60 164 42 73 0 67 411 51 40
Binary 1001100 110000 1110100 100010 111011 0 110111 100001001 101001 100000

Color Harmonies of #4C3074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3074

Black with #4C3074

Text Example


Text Example

White with #4C3074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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