Html Css Color HEX #4A414E Bossanova

📋 copy color: '#4A414E'

red 74 ◦ green 65 ◦ blue 78

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

Shades of Bossanova #4A414E

Tints of Bossanova #4A414E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 29.95%

 BLUE value IS 78 (30.86% from 255) = 35.94%

R = 34.1%
G = 29.95%
B = 35.94%

CMYK

 C value IS 0.05

 M value IS 0.17

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A414E (or 0x4A414E) is known color: Bossanova. HEX triplet: 4A, 41 and 4E. RGB value is (74,65,78). Sum of RGB (Red+Green+Blue) = 74+65+78=217 (28% of max value = 765). Red value is 74 (29.30% from 255 or 34.10% from 217); Green value is 65 (25.78% from 255 or 29.95% from 217); Blue value is 78 (30.86% from 255 or 35.94% from 217); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A414E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A414E is #B5BEB1. Grayscale: #454545. Windows color (decimal): -11910834 or 5128522. OLE color: 5128522.

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

Color convert

RGB 74 65 78 -
CMYK 0.05 0.17 0 0.69
HSL 281.54º 0.09% 0.28% -
HSV(B) 281.54º 0.17% 0.31% -
XYZ 6.09 5.79 8 -
YUV 69.17 132.98 131.44 -
System Red Green Blue C M Y K H S L
Decimal 74 65 78 0.05 0.17 0 0.69 281.54 0.09 0.28
Hex 4A 41 4E 5 11 0 45 11A 9 1C
Octal 112 101 116 5 21 0 105 432 11 34
Binary 1001010 1000001 1001110 101 10001 0 1000101 100011010 1001 11100

Color Harmonies of #4A414E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A414E

Black with #4A414E

Text Example


Text Example

White with #4A414E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,78); }

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

background-color css

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

 a { background-color: rgb(74,65,78); }

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

border-color css

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

 span { border-color: rgb(74,65,78); }

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