Html Css Color HEX #4C4068 Meteorite

📋 copy color: '#4C4068'

red 76 ◦ green 64 ◦ blue 104

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

Shades of Meteorite #4C4068

Tints of Meteorite #4C4068

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.23%

 BLUE value IS 104 (41.02% from 255) = 42.62%

R = 31.15%
G = 26.23%
B = 42.62%

CMYK

 C value IS 0.27

 M value IS 0.38

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#4C4068 (or 0x4C4068) is known color: Meteorite. HEX triplet: 4C, 40 and 68. RGB value is (76,64,104). Sum of RGB (Red+Green+Blue) = 76+64+104=244 (32% of max value = 765). Red value is 76 (30.08% from 255 or 31.15% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 104 (41.02% from 255 or 42.62% from 244); Max value from RGB is 104 - color contains mainly: blue. Hex color #4C4068 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4068 is #B3BF97. Grayscale: #484848. Windows color (decimal): -11779992 or 6832204. OLE color: 6832204.

HSL color Cylindrical-coordinate representation of color #4C4068: hue angle of 258º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C4068 is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 76 64 104 -
CMYK 0.27 0.38 0 0.59
HSL 258º 0.24% 0.33% -
HSV(B) 258º 0.38% 0.41% -
XYZ 7.31 6.2 13.91 -
YUV 72.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 76 64 104 0.27 0.38 0 0.59 258 0.24 0.33
Hex 4C 40 68 1B 26 0 3B 102 18 21
Octal 114 100 150 33 46 0 73 402 30 41
Binary 1001100 1000000 1101000 11011 100110 0 111011 100000010 11000 100001

Color Harmonies of #4C4068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4068

Black with #4C4068

Text Example


Text Example

White with #4C4068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,64,104); }

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

background-color css

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

 a { background-color: rgb(76,64,104); }

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

border-color css

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

 span { border-color: rgb(76,64,104); }

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