Html Css Color HEX #4A344D Bossanova

📋 copy color: '#4A344D'

red 74 ◦ green 52 ◦ blue 77

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

Shades of Bossanova #4A344D

Tints of Bossanova #4A344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25.62%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 36.45%
G = 25.62%
B = 37.93%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4A344D (or 0x4A344D) is known color: Bossanova. HEX triplet: 4A, 34 and 4D. RGB value is (74,52,77). Sum of RGB (Red+Green+Blue) = 74+52+77=203 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.45% from 203); Green value is 52 (20.70% from 255 or 25.62% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 77 - color contains mainly: blue. Hex color #4A344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A344D is #B5CBB2. Grayscale: #3D3D3D. Windows color (decimal): -11914163 or 5059658. OLE color: 5059658.

HSL color Cylindrical-coordinate representation of color #4A344D: hue angle of 292.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #4A344D is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 74 52 77 -
CMYK 0.04 0.32 0 0.70
HSL 292.8º 0.19% 0.25% -
HSV(B) 292.8º 0.32% 0.3% -
XYZ 5.39 4.45 7.6 -
YUV 61.43 136.79 136.97 -
System Red Green Blue C M Y K H S L
Decimal 74 52 77 0.04 0.32 0 0.70 292.8 0.19 0.25
Hex 4A 34 4D 4 20 0 46 125 13 19
Octal 112 64 115 4 40 0 106 445 23 31
Binary 1001010 110100 1001101 100 100000 0 1000110 100100101 10011 11001

Color Harmonies of #4A344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A344D

Black with #4A344D

Text Example


Text Example

White with #4A344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,52,77); }

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

background-color css

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

 a { background-color: rgb(74,52,77); }

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

border-color css

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

 span { border-color: rgb(74,52,77); }

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