Html Css Color HEX #404747 Blue Dianne

📋 copy color: '#404747'

red 64 ◦ green 71 ◦ blue 71

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

Shades of Blue Dianne #404747

Tints of Blue Dianne #404747

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.47%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 31.07%
G = 34.47%
B = 34.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#404747 (or 0x404747) is known color: Blue Dianne. HEX triplet: 40, 47 and 47. RGB value is (64,71,71). Sum of RGB (Red+Green+Blue) = 64+71+71=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 71 - color contains mainly: green, blue. Hex color #404747 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #404747 is #BFB8B8. Grayscale: #444444. Windows color (decimal): -12564665 or 4671296. OLE color: 4671296.

HSL color Cylindrical-coordinate representation of color #404747: hue angle of 180º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #404747 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 71 71 -
CMYK 0.10 0 0 0.72
HSL 180º 0.05% 0.26% -
HSV(B) 180º 0.1% 0.28% -
XYZ 5.5 6.05 6.84 -
YUV 68.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 64 71 71 0.10 0 0 0.72 180 0.05 0.26
Hex 40 47 47 A 0 0 48 B4 5 1A
Octal 100 107 107 12 0 0 110 264 5 32
Binary 1000000 1000111 1000111 1010 0 0 1001000 10110100 101 11010

Color Harmonies of #404747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404747

Black with #404747

Text Example


Text Example

White with #404747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404747; }

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

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

background-color css

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

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

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

border-color css

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

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

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