Html Css Color HEX #4F3953 Bossanova

📋 copy color: '#4F3953'

red 79 ◦ green 57 ◦ blue 83

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

Shades of Bossanova #4F3953

Tints of Bossanova #4F3953

RGB

 RED value IS 79 (31.25% from 255) = 36.07%

 GREEN value IS 57 (22.66% from 255) = 26.03%

 BLUE value IS 83 (32.81% from 255) = 37.9%

R = 36.07%
G = 26.03%
B = 37.9%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#4F3953 (or 0x4F3953) is known color: Bossanova. HEX triplet: 4F, 39 and 53. RGB value is (79,57,83). Sum of RGB (Red+Green+Blue) = 79+57+83=219 (29% of max value = 765). Red value is 79 (31.25% from 255 or 36.07% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 83 (32.81% from 255 or 37.90% from 219); Max value from RGB is 83 - color contains mainly: blue. Hex color #4F3953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3953 is #B0C6AC. Grayscale: #424242. Windows color (decimal): -11585197 or 5454159. OLE color: 5454159.

HSL color Cylindrical-coordinate representation of color #4F3953: hue angle of 290.77º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4F3953 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 79 57 83 -
CMYK 0.05 0.31 0 0.67
HSL 290.77º 0.19% 0.27% -
HSV(B) 290.77º 0.31% 0.33% -
XYZ 6.25 5.21 8.86 -
YUV 66.54 137.29 136.89 -
System Red Green Blue C M Y K H S L
Decimal 79 57 83 0.05 0.31 0 0.67 290.77 0.19 0.27
Hex 4F 39 53 5 1F 0 43 123 13 1B
Octal 117 71 123 5 37 0 103 443 23 33
Binary 1001111 111001 1010011 101 11111 0 1000011 100100011 10011 11011

Color Harmonies of #4F3953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F3953

Black with #4F3953

Text Example


Text Example

White with #4F3953

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,57,83); }

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

background-color css

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

 a { background-color: rgb(79,57,83); }

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

border-color css

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

 span { border-color: rgb(79,57,83); }

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