Html Css Color HEX #4B434F Bossanova

📋 copy color: '#4B434F'

red 75 ◦ green 67 ◦ blue 79

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

Shades of Bossanova #4B434F

Tints of Bossanova #4B434F

RGB

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

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

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

R = 33.94%
G = 30.32%
B = 35.75%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B434F (or 0x4B434F) is known color: Bossanova. HEX triplet: 4B, 43 and 4F. RGB value is (75,67,79). Sum of RGB (Red+Green+Blue) = 75+67+79=221 (29% of max value = 765). Red value is 75 (29.69% from 255 or 33.94% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 79 - color contains mainly: blue. Hex color #4B434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B434F is #B4BCB0. Grayscale: #464646. Windows color (decimal): -11844785 or 5194571. OLE color: 5194571.

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

Color convert

RGB 75 67 79 -
CMYK 0.05 0.15 0 0.69
HSL 280º 0.08% 0.29% -
HSV(B) 280º 0.15% 0.31% -
XYZ 6.32 6.07 8.24 -
YUV 70.76 132.65 131.02 -
System Red Green Blue C M Y K H S L
Decimal 75 67 79 0.05 0.15 0 0.69 280 0.08 0.29
Hex 4B 43 4F 5 F 0 45 118 8 1D
Octal 113 103 117 5 17 0 105 430 10 35
Binary 1001011 1000011 1001111 101 1111 0 1000101 100011000 1000 11101

Color Harmonies of #4B434F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B434F

Black with #4B434F

Text Example


Text Example

White with #4B434F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,79); }

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

background-color css

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

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

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

border-color css

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

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

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