#7489AF

Color #7489AF Ship Cove (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Cove #7489AF

Tints of Ship Cove #7489AF

Color information

#7489AF (or 0x7489AF) is unknown color: approx Ship Cove. HEX triplet: 74, 89 and AF. RGB value is (116,137,175). Sum of RGB (Red+Green+Blue) = 116+137+175=428 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.10% from 428); Green value is 137 (53.91% from 255 or 32.01% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 175 - color contains mainly: blue. Hex color #7489AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7489AF is #8B7650. Grayscale: #868686. Windows color (decimal): -9139793 or 11503988. OLE color: 11503988.

HSL color Cylindrical-coordinate representation of color #7489AF: hue angle of 218.64º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7489AF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116137175-
CMYK0.340.2200.31
HSL218.64º26.94%57.06%-
HSV(B)218.64º33.71%68.63%-
XYZ23.8924.744.07-
YUV135.05150.54114.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.10%
GREEN value IS 137 (53.91% from 255) = 32.01%
BLUE value IS 175 (68.75% from 255) = 40.89%
R=27.10%
G=32.01%
B=40.89%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161371750.340.2200.31218.6426.9457.06
Hex7489AF221601Fdb1b39
Octal16421125742260373333371
Binary11101001000100110101111100010101100111111101101111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7489AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7489AF; }

 p { color: rgb(116,137,175); }

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

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

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

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

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

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

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