Html Css Color HEX #404646 Blue Dianne

📋 copy color: '#404646'

red 64 ◦ green 70 ◦ blue 70

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

Shades of Blue Dianne #404646

Tints of Blue Dianne #404646

RGB

 RED value IS 64 (25.39% from 255) = 31.37%

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

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

R = 31.37%
G = 34.31%
B = 34.31%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#404646 (or 0x404646) is known color: Blue Dianne. HEX triplet: 40, 46 and 46. RGB value is (64,70,70). Sum of RGB (Red+Green+Blue) = 64+70+70=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 70 (27.73% from 255 or 34.31% from 204); Blue value is 70 (27.73% from 255 or 34.31% from 204); Max value from RGB is 70 - color contains mainly: green, blue. Hex color #404646 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404646 is #BFB9B9. Grayscale: #444444. Windows color (decimal): -12564922 or 4605504. OLE color: 4605504.

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

Color convert

RGB 64 70 70 -
CMYK 0.09 0 0 0.73
HSL 180º 0.04% 0.26% -
HSV(B) 180º 0.09% 0.27% -
XYZ 5.41 5.91 6.65 -
YUV 68.21 129.01 125 -
System Red Green Blue C M Y K H S L
Decimal 64 70 70 0.09 0 0 0.73 180 0.04 0.26
Hex 40 46 46 9 0 0 49 B4 4 1A
Octal 100 106 106 11 0 0 111 264 4 32
Binary 1000000 1000110 1000110 1001 0 0 1001001 10110100 100 11010

Color Harmonies of #404646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404646

Black with #404646

Text Example


Text Example

White with #404646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404646; }

 p { color: rgb(64,70,70); }

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

background-color css

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

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

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

border-color css

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

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

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