Html Css Color HEX #4B384E Bossanova

📋 copy color: '#4B384E'

red 75 ◦ green 56 ◦ blue 78

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

Shades of Bossanova #4B384E

Tints of Bossanova #4B384E

RGB

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

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

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

R = 35.89%
G = 26.79%
B = 37.32%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#4B384E (or 0x4B384E) is known color: Bossanova. HEX triplet: 4B, 38 and 4E. RGB value is (75,56,78). Sum of RGB (Red+Green+Blue) = 75+56+78=209 (27% of max value = 765). Red value is 75 (29.69% from 255 or 35.89% from 209); Green value is 56 (22.27% from 255 or 26.79% from 209); Blue value is 78 (30.86% from 255 or 37.32% from 209); Max value from RGB is 78 - color contains mainly: blue. Hex color #4B384E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #4B384E is #B4C7B1. Grayscale: #404040. Windows color (decimal): -11847602 or 5126219. OLE color: 5126219.

HSL color Cylindrical-coordinate representation of color #4B384E: hue angle of 291.82º 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 #4B384E is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 75 56 78 -
CMYK 0.04 0.28 0 0.69
HSL 291.82º 0.16% 0.26% -
HSV(B) 291.82º 0.28% 0.31% -
XYZ 5.69 4.87 7.85 -
YUV 64.19 135.79 135.71 -
System Red Green Blue C M Y K H S L
Decimal 75 56 78 0.04 0.28 0 0.69 291.82 0.16 0.26
Hex 4B 38 4E 4 1C 0 45 124 10 1A
Octal 113 70 116 4 34 0 105 444 20 32
Binary 1001011 111000 1001110 100 11100 0 1000101 100100100 10000 11010

Color Harmonies of #4B384E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B384E

Black with #4B384E

Text Example


Text Example

White with #4B384E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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