#676479

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

Shades of Dolphin #676479

Tints of Dolphin #676479

Color information

#676479 (or 0x676479) is unknown color: approx Dolphin. HEX triplet: 67, 64 and 79. RGB value is (103,100,121). Sum of RGB (Red+Green+Blue) = 103+100+121=324 (42% of max value = 765). Red value is 103 (40.62% from 255 or 31.79% from 324); Green value is 100 (39.45% from 255 or 30.86% from 324); Blue value is 121 (47.66% from 255 or 37.35% from 324); Max value from RGB is 121 - color contains mainly: blue. Hex color #676479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676479 is #989B86. Grayscale: #676767. Windows color (decimal): -10001287 or 7955559. OLE color: 7955559.

HSL color Cylindrical-coordinate representation of color #676479: hue angle of 248.57º degrees, saturation: 0.1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #676479 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB103100121-
CMYK0.150.1700.53
HSL248.57º9.5%43.33%-
HSV(B)248.57º17.36%47.45%-
XYZ13.613.3819.95-
YUV103.29137.99127.79-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 31.79%
GREEN value IS 100 (39.45% from 255) = 30.86%
BLUE value IS 121 (47.66% from 255) = 37.35%
R=31.79%
G=30.86%
B=37.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1031001210.150.1700.53248.579.543.33
Hex676479F11035f9a2b
Octal14714417117210653711253
Binary1100111110010011110011111100010110101111110011010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676479; }

 p { color: rgb(103,100,121); }

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

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

 a { background-color: rgb(103,100,121); }

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

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

 span { border-color: rgb(103,100,121); }

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