#747486

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

Shades of Dolphin #747486

Tints of Dolphin #747486

Color information

#747486 (or 0x747486) is unknown color: approx Dolphin. HEX triplet: 74, 74 and 86. RGB value is (116,116,134). Sum of RGB (Red+Green+Blue) = 116+116+134=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 116 (45.70% from 255 or 31.69% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 134 - color contains mainly: blue. Hex color #747486 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747486 is #8B8B79. Grayscale: #757575. Windows color (decimal): -9145210 or 8811636. OLE color: 8811636.

HSL color Cylindrical-coordinate representation of color #747486: hue angle of 240º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #747486 is Cyan = 0.13, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB116116134-
CMYK0.130.1300.47
HSL240º7.2%49.02%-
HSV(B)240º13.43%52.55%-
XYZ17.7517.9325.08-
YUV118.05137126.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 31.69%
GREEN value IS 116 (45.70% from 255) = 31.69%
BLUE value IS 134 (52.73% from 255) = 36.61%
R=31.69%
G=31.69%
B=36.61%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1161161340.130.1300.472407.249.02
Hex747486DD02Ff0731
Octal1641642061515057360761
Binary111010011101001000011011011101010111111110000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747486; }

 p { color: rgb(116,116,134); }

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

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

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

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

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

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

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