Html Css Color HEX #4B3F4C Bossanova

📋 copy color: '#4B3F4C'

red 75 ◦ green 63 ◦ blue 76

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

Shades of Bossanova #4B3F4C

Tints of Bossanova #4B3F4C

RGB

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

 GREEN value IS 63 (25% from 255) = 29.44%

 BLUE value IS 76 (30.08% from 255) = 35.51%

R = 35.05%
G = 29.44%
B = 35.51%

CMYK

 C value IS 0.01

 M value IS 0.17

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#4B3F4C (or 0x4B3F4C) is known color: Bossanova. HEX triplet: 4B, 3F and 4C. RGB value is (75,63,76). Sum of RGB (Red+Green+Blue) = 75+63+76=214 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.05% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 76 (30.08% from 255 or 35.51% from 214); Max value from RGB is 76 - color contains mainly: blue. Hex color #4B3F4C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3F4C is #B4C0B3. Grayscale: #444444. Windows color (decimal): -11845812 or 4996939. OLE color: 4996939.

HSL color Cylindrical-coordinate representation of color #4B3F4C: hue angle of 295.38º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4B3F4C is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 75 63 76 -
CMYK 0.01 0.17 0 0.70
HSL 295.38º 0.09% 0.27% -
HSV(B) 295.38º 0.17% 0.3% -
XYZ 5.98 5.57 7.6 -
YUV 68.07 132.48 132.94 -
System Red Green Blue C M Y K H S L
Decimal 75 63 76 0.01 0.17 0 0.70 295.38 0.09 0.27
Hex 4B 3F 4C 1 11 0 46 127 9 1B
Octal 113 77 114 1 21 0 106 447 11 33
Binary 1001011 111111 1001100 1 10001 0 1000110 100100111 1001 11011

Color Harmonies of #4B3F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3F4C

Black with #4B3F4C

Text Example


Text Example

White with #4B3F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,63,76); }

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

background-color css

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

 a { background-color: rgb(75,63,76); }

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

border-color css

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

 span { border-color: rgb(75,63,76); }

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