Html Css Color HEX #4A424B Bossanova

📋 copy color: '#4A424B'

red 74 ◦ green 66 ◦ blue 75

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

Shades of Bossanova #4A424B

Tints of Bossanova #4A424B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.7%

 BLUE value IS 75 (29.69% from 255) = 34.88%

R = 34.42%
G = 30.7%
B = 34.88%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4A424B (or 0x4A424B) is known color: Bossanova. HEX triplet: 4A, 42 and 4B. RGB value is (74,66,75). Sum of RGB (Red+Green+Blue) = 74+66+75=215 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.42% from 215); Green value is 66 (26.17% from 255 or 30.70% from 215); Blue value is 75 (29.69% from 255 or 34.88% from 215); Max value from RGB is 75 - color contains mainly: blue. Hex color #4A424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A424B is #B5BDB4. Grayscale: #454545. Windows color (decimal): -11910581 or 4932170. OLE color: 4932170.

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

Color convert

RGB 74 66 75 -
CMYK 0.01 0.12 0 0.71
HSL 293.33º 0.06% 0.28% -
HSV(B) 293.33º 0.12% 0.29% -
XYZ 6.04 5.86 7.47 -
YUV 69.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 74 66 75 0.01 0.12 0 0.71 293.33 0.06 0.28
Hex 4A 42 4B 1 C 0 47 125 6 1C
Octal 112 102 113 1 14 0 107 445 6 34
Binary 1001010 1000010 1001011 1 1100 0 1000111 100100101 110 11100

Color Harmonies of #4A424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A424B

Black with #4A424B

Text Example


Text Example

White with #4A424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,66,75); }

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

background-color css

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

 a { background-color: rgb(74,66,75); }

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

border-color css

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

 span { border-color: rgb(74,66,75); }

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