Html Css Color HEX #423246 Bossanova

📋 copy color: '#423246'

red 66 ◦ green 50 ◦ blue 70

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

Shades of Bossanova #423246

Tints of Bossanova #423246

RGB

 RED value IS 66 (26.17% from 255) = 35.48%

 GREEN value IS 50 (19.92% from 255) = 26.88%

 BLUE value IS 70 (27.73% from 255) = 37.63%

R = 35.48%
G = 26.88%
B = 37.63%

CMYK

 C value IS 0.06

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423246 (or 0x423246) is known color: Bossanova. HEX triplet: 42, 32 and 46. RGB value is (66,50,70). Sum of RGB (Red+Green+Blue) = 66+50+70=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 50 (19.92% from 255 or 26.88% from 186); Blue value is 70 (27.73% from 255 or 37.63% from 186); Max value from RGB is 70 - color contains mainly: blue. Hex color #423246 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423246 is #BDCDB9. Grayscale: #393939. Windows color (decimal): -12438970 or 4600386. OLE color: 4600386.

HSL color Cylindrical-coordinate representation of color #423246: hue angle of 288º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423246 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 50 70 -
CMYK 0.06 0.29 0 0.73
HSL 288º 0.17% 0.24% -
HSV(B) 288º 0.29% 0.27% -
XYZ 4.49 3.88 6.31 -
YUV 57.06 135.3 134.37 -
System Red Green Blue C M Y K H S L
Decimal 66 50 70 0.06 0.29 0 0.73 288 0.17 0.24
Hex 42 32 46 6 1D 0 49 120 11 18
Octal 102 62 106 6 35 0 111 440 21 30
Binary 1000010 110010 1000110 110 11101 0 1001001 100100000 10001 11000

Color Harmonies of #423246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423246

Black with #423246

Text Example


Text Example

White with #423246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423246; }

 p { color: rgb(66,50,70); }

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

background-color css

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

 a { background-color: rgb(66,50,70); }

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

border-color css

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

 span { border-color: rgb(66,50,70); }

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