Html Css Color HEX #747486 Dolphin

📋 copy color: '#747486'

red 116 ◦ green 116 ◦ blue 134

#747486
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dolphin #747486

Tints of Dolphin #747486

RGB

 RED value IS 116 (45.7% from 255) = 31.69%

 GREEN value IS 116 (45.7% 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 value IS 0.13

 M value IS 0.13

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#747486 (or 0x747486) is known color: 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

RGB 116 116 134 -
CMYK 0.13 0.13 0 0.47
HSL 240º 0.07% 0.49% -
HSV(B) 240º 0.13% 0.53% -
XYZ 17.75 17.93 25.08 -
YUV 118.05 137 126.54 -
System Red Green Blue C M Y K H S L
Decimal 116 116 134 0.13 0.13 0 0.47 240 0.07 0.49
Hex 74 74 86 D D 0 2F F0 7 31
Octal 164 164 206 15 15 0 57 360 7 61
Binary 1110100 1110100 10000110 1101 1101 0 101111 11110000 111 110001

Color Harmonies of #747486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747486

Black with #747486

Text Example


Text Example

White with #747486

Text Example


Text Example

HTML Codes & Css Web 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>