Html Css Color HEX #4C4767 Meteorite

📋 copy color: '#4C4767'

red 76 ◦ green 71 ◦ blue 103

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

Shades of Meteorite #4C4767

Tints of Meteorite #4C4767

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.4%

 BLUE value IS 103 (40.63% from 255) = 41.2%

R = 30.4%
G = 28.4%
B = 41.2%

CMYK

 C value IS 0.26

 M value IS 0.31

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#4C4767 (or 0x4C4767) is known color: Meteorite. HEX triplet: 4C, 47 and 67. RGB value is (76,71,103). Sum of RGB (Red+Green+Blue) = 76+71+103=250 (33% of max value = 765). Red value is 76 (30.08% from 255 or 30.4% from 250); Green value is 71 (28.12% from 255 or 28.4% from 250); Blue value is 103 (40.62% from 255 or 41.2% from 250); Max value from RGB is 103 - color contains mainly: blue. Hex color #4C4767 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C4767 is #B3B898. Grayscale: #4C4C4C. Windows color (decimal): -11778201 or 6768460. OLE color: 6768460.

HSL color Cylindrical-coordinate representation of color #4C4767: hue angle of 249.38º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4C4767 is Cyan = 0.26, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 76 71 103 -
CMYK 0.26 0.31 0 0.60
HSL 249.38º 0.18% 0.34% -
HSV(B) 249.38º 0.31% 0.4% -
XYZ 7.68 7.02 13.78 -
YUV 76.14 143.16 127.9 -
System Red Green Blue C M Y K H S L
Decimal 76 71 103 0.26 0.31 0 0.60 249.38 0.18 0.34
Hex 4C 47 67 1A 1F 0 3C F9 12 22
Octal 114 107 147 32 37 0 74 371 22 42
Binary 1001100 1000111 1100111 11010 11111 0 111100 11111001 10010 100010

Color Harmonies of #4C4767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4767

Black with #4C4767

Text Example


Text Example

White with #4C4767

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,71,103); }

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

background-color css

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

 a { background-color: rgb(76,71,103); }

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

border-color css

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

 span { border-color: rgb(76,71,103); }

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