Html Css Color HEX #4C464F Bossanova

📋 copy color: '#4C464F'

red 76 ◦ green 70 ◦ blue 79

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

Shades of Bossanova #4C464F

Tints of Bossanova #4C464F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

 BLUE value IS 79 (31.25% from 255) = 35.11%

R = 33.78%
G = 31.11%
B = 35.11%

CMYK

 C value IS 0.04

 M value IS 0.11

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4C464F (or 0x4C464F) is known color: Bossanova. HEX triplet: 4C, 46 and 4F. RGB value is (76,70,79). Sum of RGB (Red+Green+Blue) = 76+70+79=225 (29% of max value = 765). Red value is 76 (30.08% from 255 or 33.78% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 79 (31.25% from 255 or 35.11% from 225); Max value from RGB is 79 - color contains mainly: blue. Hex color #4C464F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4C464F is #B3B9B0. Grayscale: #484848. Windows color (decimal): -11778481 or 5195340. OLE color: 5195340.

HSL color Cylindrical-coordinate representation of color #4C464F: hue angle of 280º degrees, saturation: 0.06, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4C464F is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 76 70 79 -
CMYK 0.04 0.11 0 0.69
HSL 280º 0.06% 0.29% -
HSV(B) 280º 0.11% 0.31% -
XYZ 6.58 6.48 8.3 -
YUV 72.82 131.49 130.27 -
System Red Green Blue C M Y K H S L
Decimal 76 70 79 0.04 0.11 0 0.69 280 0.06 0.29
Hex 4C 46 4F 4 B 0 45 118 6 1D
Octal 114 106 117 4 13 0 105 430 6 35
Binary 1001100 1000110 1001111 100 1011 0 1000101 100011000 110 11101

Color Harmonies of #4C464F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C464F

Black with #4C464F

Text Example


Text Example

White with #4C464F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,70,79); }

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

background-color css

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

 a { background-color: rgb(76,70,79); }

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

border-color css

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

 span { border-color: rgb(76,70,79); }

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