Html Css Color HEX #4B364E Bossanova

📋 copy color: '#4B364E'

red 75 ◦ green 54 ◦ blue 78

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

Shades of Bossanova #4B364E

Tints of Bossanova #4B364E

RGB

 RED value IS 75 (29.69% from 255) = 36.23%

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

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

R = 36.23%
G = 26.09%
B = 37.68%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B364E (or 0x4B364E) is known color: Bossanova. HEX triplet: 4B, 36 and 4E. RGB value is (75,54,78). Sum of RGB (Red+Green+Blue) = 75+54+78=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 54 (21.48% from 255 or 26.09% from 207); Blue value is 78 (30.86% from 255 or 37.68% from 207); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B364E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B364E is #B4C9B1. Grayscale: #3E3E3E. Windows color (decimal): -11848114 or 5125707. OLE color: 5125707.

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

Color convert

RGB 75 54 78 -
CMYK 0.04 0.31 0 0.69
HSL 292.5º 0.18% 0.26% -
HSV(B) 292.5º 0.31% 0.31% -
XYZ 5.6 4.68 7.82 -
YUV 63.02 136.46 136.55 -
System Red Green Blue C M Y K H S L
Decimal 75 54 78 0.04 0.31 0 0.69 292.5 0.18 0.26
Hex 4B 36 4E 4 1F 0 45 124 12 1A
Octal 113 66 116 4 37 0 105 444 22 32
Binary 1001011 110110 1001110 100 11111 0 1000101 100100100 10010 11010

Color Harmonies of #4B364E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B364E

Black with #4B364E

Text Example


Text Example

White with #4B364E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,54,78); }

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

background-color css

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

 a { background-color: rgb(75,54,78); }

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

border-color css

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

 span { border-color: rgb(75,54,78); }

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