Html Css Color HEX #46384B Bossanova

📋 copy color: '#46384B'

red 70 ◦ green 56 ◦ blue 75

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

Shades of Bossanova #46384B

Tints of Bossanova #46384B

RGB

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

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

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

R = 34.83%
G = 27.86%
B = 37.31%

CMYK

 C value IS 0.07

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#46384B (or 0x46384B) is known color: Bossanova. HEX triplet: 46, 38 and 4B. RGB value is (70,56,75). Sum of RGB (Red+Green+Blue) = 70+56+75=201 (26% of max value = 765). Red value is 70 (27.73% from 255 or 34.83% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 75 (29.69% from 255 or 37.31% from 201); Max value from RGB is 75 - color contains mainly: blue. Hex color #46384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #46384B is #B9C7B4. Grayscale: #3E3E3E. Windows color (decimal): -12175285 or 4929606. OLE color: 4929606.

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

Color convert

RGB 70 56 75 -
CMYK 0.07 0.25 0 0.71
HSL 284.21º 0.15% 0.26% -
HSV(B) 284.21º 0.25% 0.29% -
XYZ 5.21 4.64 7.28 -
YUV 62.35 135.14 133.46 -
System Red Green Blue C M Y K H S L
Decimal 70 56 75 0.07 0.25 0 0.71 284.21 0.15 0.26
Hex 46 38 4B 7 19 0 47 11C F 1A
Octal 106 70 113 7 31 0 107 434 17 32
Binary 1000110 111000 1001011 111 11001 0 1000111 100011100 1111 11010

Color Harmonies of #46384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #46384B

Black with #46384B

Text Example


Text Example

White with #46384B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #46384B; }

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

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

background-color css

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

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

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

border-color css

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

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

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