Html Css Color HEX #4A3750 Bossanova

📋 copy color: '#4A3750'

red 74 ◦ green 55 ◦ blue 80

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

Shades of Bossanova #4A3750

Tints of Bossanova #4A3750

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.32%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 35.41%
G = 26.32%
B = 38.28%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A3750 (or 0x4A3750) is known color: Bossanova. HEX triplet: 4A, 37 and 50. RGB value is (74,55,80). Sum of RGB (Red+Green+Blue) = 74+55+80=209 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.41% from 209); Green value is 55 (21.88% from 255 or 26.32% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 80 - color contains mainly: blue. Hex color #4A3750 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A3750 is #B5C8AF. Grayscale: #3F3F3F. Windows color (decimal): -11913392 or 5257034. OLE color: 5257034.

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

Color convert

RGB 74 55 80 -
CMYK 0.08 0.31 0 0.69
HSL 285.6º 0.19% 0.26% -
HSV(B) 285.6º 0.31% 0.31% -
XYZ 5.64 4.77 8.21 -
YUV 63.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 74 55 80 0.08 0.31 0 0.69 285.6 0.19 0.26
Hex 4A 37 50 8 1F 0 45 11E 13 1A
Octal 112 67 120 10 37 0 105 436 23 32
Binary 1001010 110111 1010000 1000 11111 0 1000101 100011110 10011 11010

Color Harmonies of #4A3750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A3750

Black with #4A3750

Text Example


Text Example

White with #4A3750

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,55,80); }

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

background-color css

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

 a { background-color: rgb(74,55,80); }

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

border-color css

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

 span { border-color: rgb(74,55,80); }

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