Html Css Color HEX #4C4473 Meteorite

📋 copy color: '#4C4473'

red 76 ◦ green 68 ◦ blue 115

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

Shades of Meteorite #4C4473

Tints of Meteorite #4C4473

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 115 (45.31% from 255) = 44.4%

R = 29.34%
G = 26.25%
B = 44.4%

CMYK

 C value IS 0.34

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#4C4473 (or 0x4C4473) is known color: Meteorite. HEX triplet: 4C, 44 and 73. RGB value is (76,68,115). Sum of RGB (Red+Green+Blue) = 76+68+115=259 (34% of max value = 765). Red value is 76 (30.08% from 255 or 29.34% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 115 - color contains mainly: blue. Hex color #4C4473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4473 is #B3BB8C. Grayscale: #4B4B4B. Windows color (decimal): -11778957 or 7554124. OLE color: 7554124.

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

Color convert

RGB 76 68 115 -
CMYK 0.34 0.41 0 0.55
HSL 250.21º 0.26% 0.36% -
HSV(B) 250.21º 0.41% 0.45% -
XYZ 8.14 6.91 17.12 -
YUV 75.75 150.15 128.18 -
System Red Green Blue C M Y K H S L
Decimal 76 68 115 0.34 0.41 0 0.55 250.21 0.26 0.36
Hex 4C 44 73 22 29 0 37 FA 1A 24
Octal 114 104 163 42 51 0 67 372 32 44
Binary 1001100 1000100 1110011 100010 101001 0 110111 11111010 11010 100100

Color Harmonies of #4C4473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4473

Black with #4C4473

Text Example


Text Example

White with #4C4473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,68,115); }

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

background-color css

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

 a { background-color: rgb(76,68,115); }

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

border-color css

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

 span { border-color: rgb(76,68,115); }

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