#64747B

Color #64747B Blue Bayoux (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Bayoux #64747B

Tints of Blue Bayoux #64747B

Color information

#64747B (or 0x64747B) is unknown color: approx Blue Bayoux. HEX triplet: 64, 74 and 7B. RGB value is (100,116,123). Sum of RGB (Red+Green+Blue) = 100+116+123=339 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.50% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 123 (48.44% from 255 or 36.28% from 339); Max value from RGB is 123 - color contains mainly: blue. Hex color #64747B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64747B is #9B8B84. Grayscale: #6F6F6F. Windows color (decimal): -10193797 or 8090724. OLE color: 8090724.

HSL color Cylindrical-coordinate representation of color #64747B: hue angle of 198.26º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #64747B is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB100116123-
CMYK0.190.0600.52
HSL198.26º10.31%43.73%-
HSV(B)198.26º18.7%48.24%-
XYZ15.0816.6321.15-
YUV112.01134.2119.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.50%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 123 (48.44% from 255) = 36.28%
R=29.50%
G=34.22%
B=36.28%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001161230.190.0600.52198.2610.3143.73
Hex64747B136034c6a2c
Octal1441641732360643061254
Binary110010011101001111011100111100110100110001101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64747B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64747B; }

 p { color: rgb(100,116,123); }

 H1.HeaderClassName
 {
   color: #64747B;
 }
 .AnyTagClassName
 {
   color: #64747B;
 }
</style>
background-color css

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

 a { background-color: rgb(100,116,123); }

 div.DivClassName
 {
   background-color: #64747B;
 }
 .BgClassName
 {
   background-color: #64747B;
 }
</style>
border-color css

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

 span { border-color: rgb(100,116,123); }

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