Html Css Color HEX #4A434C Bossanova

📋 copy color: '#4A434C'

red 74 ◦ green 67 ◦ blue 76

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

Shades of Bossanova #4A434C

Tints of Bossanova #4A434C

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.88%

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

R = 34.1%
G = 30.88%
B = 35.02%

CMYK

 C value IS 0.03

 M value IS 0.12

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A434C (or 0x4A434C) is known color: Bossanova. HEX triplet: 4A, 43 and 4C. RGB value is (74,67,76). Sum of RGB (Red+Green+Blue) = 74+67+76=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 76 - color contains mainly: blue. Hex color #4A434C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A434C is #B5BCB3. Grayscale: #464646. Windows color (decimal): -11910324 or 4997962. OLE color: 4997962.

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

Color convert

RGB 74 67 76 -
CMYK 0.03 0.12 0 0.70
HSL 286.67º 0.06% 0.28% -
HSV(B) 286.67º 0.12% 0.3% -
XYZ 6.14 5.99 7.67 -
YUV 70.12 131.32 130.77 -
System Red Green Blue C M Y K H S L
Decimal 74 67 76 0.03 0.12 0 0.70 286.67 0.06 0.28
Hex 4A 43 4C 3 C 0 46 11F 6 1C
Octal 112 103 114 3 14 0 106 437 6 34
Binary 1001010 1000011 1001100 11 1100 0 1000110 100011111 110 11100

Color Harmonies of #4A434C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A434C

Black with #4A434C

Text Example


Text Example

White with #4A434C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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