Html Css Color HEX #463748 Bossanova

📋 copy color: '#463748'

red 70 ◦ green 55 ◦ blue 72

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

Shades of Bossanova #463748

Tints of Bossanova #463748

RGB

 RED value IS 70 (27.73% from 255) = 35.53%

 GREEN value IS 55 (21.88% from 255) = 27.92%

 BLUE value IS 72 (28.52% from 255) = 36.55%

R = 35.53%
G = 27.92%
B = 36.55%

CMYK

 C value IS 0.03

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#463748 (or 0x463748) is known color: Bossanova. HEX triplet: 46, 37 and 48. RGB value is (70,55,72). Sum of RGB (Red+Green+Blue) = 70+55+72=197 (26% of max value = 765). Red value is 70 (27.73% from 255 or 35.53% from 197); Green value is 55 (21.88% from 255 or 27.92% from 197); Blue value is 72 (28.52% from 255 or 36.55% from 197); Max value from RGB is 72 - color contains mainly: blue. Hex color #463748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463748 is #B9C8B7. Grayscale: #3D3D3D. Windows color (decimal): -12175544 or 4732742. OLE color: 4732742.

HSL color Cylindrical-coordinate representation of color #463748: hue angle of 292.94º degrees, saturation: 0.13, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #463748 is Cyan = 0.03, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 55 72 -
CMYK 0.03 0.24 0 0.72
HSL 292.94º 0.13% 0.25% -
HSV(B) 292.94º 0.24% 0.28% -
XYZ 5.06 4.5 6.73 -
YUV 61.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 70 55 72 0.03 0.24 0 0.72 292.94 0.13 0.25
Hex 46 37 48 3 18 0 48 125 D 19
Octal 106 67 110 3 30 0 110 445 15 31
Binary 1000110 110111 1001000 11 11000 0 1001000 100100101 1101 11001

Color Harmonies of #463748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463748

Black with #463748

Text Example


Text Example

White with #463748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463748; }

 p { color: rgb(70,55,72); }

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

background-color css

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

 a { background-color: rgb(70,55,72); }

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

border-color css

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

 span { border-color: rgb(70,55,72); }

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