Html Css Color HEX #463B4B Bossanova

📋 copy color: '#463B4B'

red 70 ◦ green 59 ◦ blue 75

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

Shades of Bossanova #463B4B

Tints of Bossanova #463B4B

RGB

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

 GREEN value IS 59 (23.44% from 255) = 28.92%

 BLUE value IS 75 (29.69% from 255) = 36.76%

R = 34.31%
G = 28.92%
B = 36.76%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#463B4B (or 0x463B4B) is known color: Bossanova. HEX triplet: 46, 3B and 4B. RGB value is (70,59,75). Sum of RGB (Red+Green+Blue) = 70+59+75=204 (27% of max value = 765). Red value is 70 (27.73% from 255 or 34.31% from 204); Green value is 59 (23.44% from 255 or 28.92% from 204); Blue value is 75 (29.69% from 255 or 36.76% from 204); Max value from RGB is 75 - color contains mainly: blue. Hex color #463B4B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #463B4B is #B9C4B4. Grayscale: #404040. Windows color (decimal): -12174517 or 4930374. OLE color: 4930374.

HSL color Cylindrical-coordinate representation of color #463B4B: hue angle of 281.25º degrees, saturation: 0.12, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #463B4B is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 70 59 75 -
CMYK 0.07 0.21 0 0.71
HSL 281.25º 0.12% 0.26% -
HSV(B) 281.25º 0.21% 0.29% -
XYZ 5.36 4.94 7.33 -
YUV 64.11 134.14 132.2 -
System Red Green Blue C M Y K H S L
Decimal 70 59 75 0.07 0.21 0 0.71 281.25 0.12 0.26
Hex 46 3B 4B 7 15 0 47 119 C 1A
Octal 106 73 113 7 25 0 107 431 14 32
Binary 1000110 111011 1001011 111 10101 0 1000111 100011001 1100 11010

Color Harmonies of #463B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #463B4B

Black with #463B4B

Text Example


Text Example

White with #463B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #463B4B; }

 p { color: rgb(70,59,75); }

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

background-color css

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

 a { background-color: rgb(70,59,75); }

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

border-color css

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

 span { border-color: rgb(70,59,75); }

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