Html Css Color HEX #423446 Bossanova

📋 copy color: '#423446'

red 66 ◦ green 52 ◦ blue 70

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

Shades of Bossanova #423446

Tints of Bossanova #423446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 35.11%
G = 27.66%
B = 37.23%

CMYK

 C value IS 0.06

 M value IS 0.26

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423446 (or 0x423446) is known color: Bossanova. HEX triplet: 42, 34 and 46. RGB value is (66,52,70). Sum of RGB (Red+Green+Blue) = 66+52+70=188 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.11% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 70 (27.73% from 255 or 37.23% from 188); Max value from RGB is 70 - color contains mainly: blue. Hex color #423446 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423446 is #BDCBB9. Grayscale: #3A3A3A. Windows color (decimal): -12438458 or 4600898. OLE color: 4600898.

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

Color convert

RGB 66 52 70 -
CMYK 0.06 0.26 0 0.73
HSL 286.67º 0.15% 0.24% -
HSV(B) 286.67º 0.26% 0.27% -
XYZ 4.58 4.06 6.34 -
YUV 58.24 134.64 133.54 -
System Red Green Blue C M Y K H S L
Decimal 66 52 70 0.06 0.26 0 0.73 286.67 0.15 0.24
Hex 42 34 46 6 1A 0 49 11F F 18
Octal 102 64 106 6 32 0 111 437 17 30
Binary 1000010 110100 1000110 110 11010 0 1001001 100011111 1111 11000

Color Harmonies of #423446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423446

Black with #423446

Text Example


Text Example

White with #423446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423446; }

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

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

background-color css

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

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

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

border-color css

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

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

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