Html Css Color HEX #464148 Bossanova

📋 copy color: '#464148'

red 70 ◦ green 65 ◦ blue 72

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

Shades of Bossanova #464148

Tints of Bossanova #464148

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.4%

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

R = 33.82%
G = 31.4%
B = 34.78%

CMYK

 C value IS 0.03

 M value IS 0.10

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#464148 (or 0x464148) is known color: Bossanova. HEX triplet: 46, 41 and 48. RGB value is (70,65,72). Sum of RGB (Red+Green+Blue) = 70+65+72=207 (27% of max value = 765). Red value is 70 (27.73% from 255 or 33.82% from 207); Green value is 65 (25.78% from 255 or 31.40% from 207); Blue value is 72 (28.52% from 255 or 34.78% from 207); Max value from RGB is 72 - color contains mainly: blue. Hex color #464148 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #464148 is #B9BEB7. Grayscale: #434343. Windows color (decimal): -12172984 or 4735302. OLE color: 4735302.

HSL color Cylindrical-coordinate representation of color #464148: hue angle of 282.86º degrees, saturation: 0.05, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #464148 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 70 65 72 -
CMYK 0.03 0.10 0 0.72
HSL 282.86º 0.05% 0.27% -
HSV(B) 282.86º 0.1% 0.28% -
XYZ 5.59 5.55 6.91 -
YUV 67.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 70 65 72 0.03 0.10 0 0.72 282.86 0.05 0.27
Hex 46 41 48 3 A 0 48 11B 5 1B
Octal 106 101 110 3 12 0 110 433 5 33
Binary 1000110 1000001 1001000 11 1010 0 1001000 100011011 101 11011

Color Harmonies of #464148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464148

Black with #464148

Text Example


Text Example

White with #464148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464148; }

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

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

background-color css

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

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

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

border-color css

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

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

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