Html Css Color HEX #4B424B Bossanova

📋 copy color: '#4B424B'

red 75 ◦ green 66 ◦ blue 75

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

Shades of Bossanova #4B424B

Tints of Bossanova #4B424B

RGB

 RED value IS 75 (29.69% from 255) = 34.72%

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

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

R = 34.72%
G = 30.56%
B = 34.72%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#4B424B (or 0x4B424B) is known color: Bossanova. HEX triplet: 4B, 42 and 4B. RGB value is (75,66,75). Sum of RGB (Red+Green+Blue) = 75+66+75=216 (28% of max value = 765). Red value is 75 (29.69% from 255 or 34.72% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 75 - color contains mainly: red, blue. Hex color #4B424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B424B is #B4BDB4. Grayscale: #454545. Windows color (decimal): -11845045 or 4932171. OLE color: 4932171.

HSL color Cylindrical-coordinate representation of color #4B424B: hue angle of 300º 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 #4B424B is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 66 75 -
CMYK 0 0.12 0 0.71
HSL 300º 0.06% 0.28% -
HSV(B) 300º 0.12% 0.29% -
XYZ 6.12 5.9 7.47 -
YUV 69.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 75 66 75 0 0.12 0 0.71 300 0.06 0.28
Hex 4B 42 4B 0 C 0 47 12C 6 1C
Octal 113 102 113 0 14 0 107 454 6 34
Binary 1001011 1000010 1001011 0 1100 0 1000111 100101100 110 11100

Color Harmonies of #4B424B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B424B

Black with #4B424B

Text Example


Text Example

White with #4B424B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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