Html Css Color HEX #423346 Bossanova

📋 copy color: '#423346'

red 66 ◦ green 51 ◦ blue 70

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

Shades of Bossanova #423346

Tints of Bossanova #423346

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 35.29%
G = 27.27%
B = 37.43%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423346 (or 0x423346) is known color: Bossanova. HEX triplet: 42, 33 and 46. RGB value is (66,51,70). Sum of RGB (Red+Green+Blue) = 66+51+70=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 70 (27.73% from 255 or 37.43% from 187); Max value from RGB is 70 - color contains mainly: blue. Hex color #423346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423346 is #BDCCB9. Grayscale: #393939. Windows color (decimal): -12438714 or 4600642. OLE color: 4600642.

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

Color convert

RGB 66 51 70 -
CMYK 0.06 0.27 0 0.73
HSL 287.37º 0.16% 0.24% -
HSV(B) 287.37º 0.27% 0.27% -
XYZ 4.54 3.97 6.32 -
YUV 57.65 134.97 133.96 -
System Red Green Blue C M Y K H S L
Decimal 66 51 70 0.06 0.27 0 0.73 287.37 0.16 0.24
Hex 42 33 46 6 1B 0 49 11F 10 18
Octal 102 63 106 6 33 0 111 437 20 30
Binary 1000010 110011 1000110 110 11011 0 1001001 100011111 10000 11000

Color Harmonies of #423346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423346

Black with #423346

Text Example


Text Example

White with #423346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423346; }

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

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

background-color css

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

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

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

border-color css

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

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

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