Html Css Color HEX #4A364F Bossanova

📋 copy color: '#4A364F'

red 74 ◦ green 54 ◦ blue 79

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

Shades of Bossanova #4A364F

Tints of Bossanova #4A364F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 26.09%

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

R = 35.75%
G = 26.09%
B = 38.16%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A364F (or 0x4A364F) is known color: Bossanova. HEX triplet: 4A, 36 and 4F. RGB value is (74,54,79). Sum of RGB (Red+Green+Blue) = 74+54+79=207 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.75% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 79 (31.25% from 255 or 38.16% from 207); Max value from RGB is 79 - color contains mainly: blue. Hex color #4A364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A364F is #B5C9B0. Grayscale: #3E3E3E. Windows color (decimal): -11913649 or 5191242. OLE color: 5191242.

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

Color convert

RGB 74 54 79 -
CMYK 0.06 0.32 0 0.69
HSL 288º 0.19% 0.26% -
HSV(B) 288º 0.32% 0.31% -
XYZ 5.55 4.66 8 -
YUV 62.83 137.13 135.97 -
System Red Green Blue C M Y K H S L
Decimal 74 54 79 0.06 0.32 0 0.69 288 0.19 0.26
Hex 4A 36 4F 6 20 0 45 120 13 1A
Octal 112 66 117 6 40 0 105 440 23 32
Binary 1001010 110110 1001111 110 100000 0 1000101 100100000 10011 11010

Color Harmonies of #4A364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A364F

Black with #4A364F

Text Example


Text Example

White with #4A364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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