Html Css Color HEX #4A394F Bossanova

📋 copy color: '#4A394F'

red 74 ◦ green 57 ◦ blue 79

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

Shades of Bossanova #4A394F

Tints of Bossanova #4A394F

RGB

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

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

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

R = 35.24%
G = 27.14%
B = 37.62%

CMYK

 C value IS 0.06

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A394F (or 0x4A394F) is known color: Bossanova. HEX triplet: 4A, 39 and 4F. RGB value is (74,57,79). Sum of RGB (Red+Green+Blue) = 74+57+79=210 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.24% from 210); Green value is 57 (22.66% from 255 or 27.14% from 210); Blue value is 79 (31.25% from 255 or 37.62% from 210); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A394F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A394F is #B5C6B0. Grayscale: #404040. Windows color (decimal): -11912881 or 5192010. OLE color: 5192010.

HSL color Cylindrical-coordinate representation of color #4A394F: hue angle of 286.36º degrees, saturation: 0.16, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #4A394F is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 74 57 79 -
CMYK 0.06 0.28 0 0.69
HSL 286.36º 0.16% 0.27% -
HSV(B) 286.36º 0.28% 0.31% -
XYZ 5.7 4.95 8.05 -
YUV 64.59 136.13 134.71 -
System Red Green Blue C M Y K H S L
Decimal 74 57 79 0.06 0.28 0 0.69 286.36 0.16 0.27
Hex 4A 39 4F 6 1C 0 45 11E 10 1B
Octal 112 71 117 6 34 0 105 436 20 33
Binary 1001010 111001 1001111 110 11100 0 1000101 100011110 10000 11011

Color Harmonies of #4A394F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A394F

Black with #4A394F

Text Example


Text Example

White with #4A394F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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