Html Css Color HEX #4A444C Bossanova

📋 copy color: '#4A444C'

red 74 ◦ green 68 ◦ blue 76

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

Shades of Bossanova #4A444C

Tints of Bossanova #4A444C

RGB

 RED value IS 74 (29.3% from 255) = 33.94%

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

 BLUE value IS 76 (30.08% from 255) = 34.86%

R = 33.94%
G = 31.19%
B = 34.86%

CMYK

 C value IS 0.03

 M value IS 0.11

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A444C (or 0x4A444C) is known color: Bossanova. HEX triplet: 4A, 44 and 4C. RGB value is (74,68,76). Sum of RGB (Red+Green+Blue) = 74+68+76=218 (28% of max value = 765). Red value is 74 (29.30% from 255 or 33.94% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 76 (30.08% from 255 or 34.86% from 218); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A444C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A444C is #B5BBB3. Grayscale: #464646. Windows color (decimal): -11910068 or 4998218. OLE color: 4998218.

HSL color Cylindrical-coordinate representation of color #4A444C: hue angle of 285º degrees, saturation: 0.06, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #4A444C is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 68 76 -
CMYK 0.03 0.11 0 0.70
HSL 285º 0.06% 0.28% -
HSV(B) 285º 0.11% 0.3% -
XYZ 6.2 6.11 7.69 -
YUV 70.71 130.99 130.35 -
System Red Green Blue C M Y K H S L
Decimal 74 68 76 0.03 0.11 0 0.70 285 0.06 0.28
Hex 4A 44 4C 3 B 0 46 11D 6 1C
Octal 112 104 114 3 13 0 106 435 6 34
Binary 1001010 1000100 1001100 11 1011 0 1000110 100011101 110 11100

Color Harmonies of #4A444C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A444C

Black with #4A444C

Text Example


Text Example

White with #4A444C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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