#667479

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

Shades of Blue Bayoux #667479

Tints of Blue Bayoux #667479

Color information

#667479 (or 0x667479) is unknown color: approx Blue Bayoux. HEX triplet: 66, 74 and 79. RGB value is (102,116,121). Sum of RGB (Red+Green+Blue) = 102+116+121=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 116 (45.70% from 255 or 34.22% from 339); Blue value is 121 (47.66% from 255 or 35.69% from 339); Max value from RGB is 121 - color contains mainly: blue. Hex color #667479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667479 is #998B86. Grayscale: #707070. Windows color (decimal): -10062727 or 7959654. OLE color: 7959654.

HSL color Cylindrical-coordinate representation of color #667479: hue angle of 195.79º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #667479 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB102116121-
CMYK0.160.0400.53
HSL195.79º8.52%43.73%-
HSV(B)195.79º15.7%47.45%-
XYZ15.1816.720.51-
YUV112.38132.86120.59-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 116 (45.70% from 255) = 34.22%
BLUE value IS 121 (47.66% from 255) = 35.69%
R=30.09%
G=34.22%
B=35.69%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021161210.160.0400.53195.798.5243.73
Hex667479104035c492c
Octal1461641712040653041154
Binary110011011101001111001100001000110101110001001001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667479; }

 p { color: rgb(102,116,121); }

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

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

 a { background-color: rgb(102,116,121); }

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

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

 span { border-color: rgb(102,116,121); }

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