Html Css Color HEX #4A384E Bossanova

📋 copy color: '#4A384E'

red 74 ◦ green 56 ◦ blue 78

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

Shades of Bossanova #4A384E

Tints of Bossanova #4A384E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 26.92%

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

R = 35.58%
G = 26.92%
B = 37.5%

CMYK

 C value IS 0.05

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4A384E (or 0x4A384E) is known color: Bossanova. HEX triplet: 4A, 38 and 4E. RGB value is (74,56,78). Sum of RGB (Red+Green+Blue) = 74+56+78=208 (27% of max value = 765). Red value is 74 (29.30% from 255 or 35.58% from 208); Green value is 56 (22.27% from 255 or 26.92% from 208); Blue value is 78 (30.86% from 255 or 37.5% from 208); Max value from RGB is 78 - color contains mainly: blue. Hex color #4A384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4A384E is #B5C7B1. Grayscale: #3F3F3F. Windows color (decimal): -11913138 or 5126218. OLE color: 5126218.

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

Color convert

RGB 74 56 78 -
CMYK 0.05 0.28 0 0.69
HSL 289.09º 0.16% 0.26% -
HSV(B) 289.09º 0.28% 0.31% -
XYZ 5.61 4.83 7.84 -
YUV 63.89 135.96 135.21 -
System Red Green Blue C M Y K H S L
Decimal 74 56 78 0.05 0.28 0 0.69 289.09 0.16 0.26
Hex 4A 38 4E 5 1C 0 45 121 10 1A
Octal 112 70 116 5 34 0 105 441 20 32
Binary 1001010 111000 1001110 101 11100 0 1000101 100100001 10000 11010

Color Harmonies of #4A384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A384E

Black with #4A384E

Text Example


Text Example

White with #4A384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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