#64747A

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

Shades of Blue Bayoux #64747A

Tints of Blue Bayoux #64747A

Color information

#64747A (or 0x64747A) is unknown color: approx Blue Bayoux. HEX triplet: 64, 74 and 7A. RGB value is (100,116,122). Sum of RGB (Red+Green+Blue) = 100+116+122=338 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.59% from 338); Green value is 116 (45.70% from 255 or 34.32% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 122 - color contains mainly: blue. Hex color #64747A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #64747A is #9B8B85. Grayscale: #6F6F6F. Windows color (decimal): -10193798 or 8025188. OLE color: 8025188.

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

Color convert

RGB100116122-
CMYK0.180.0500.52
HSL196.36º9.91%43.53%-
HSV(B)196.36º18.03%47.84%-
XYZ15.0116.6120.83-
YUV111.9133.7119.51-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.59%
GREEN value IS 116 (45.70% from 255) = 34.32%
BLUE value IS 122 (48.05% from 255) = 36.09%
R=29.59%
G=34.32%
B=36.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1001161220.180.0500.52196.369.9143.53
Hex64747A125034c4a2c
Octal1441641722250643041254
Binary110010011101001111010100101010110100110001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64747A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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