#7491AF

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

Shades of Ship Cove #7491AF

Tints of Ship Cove #7491AF

Color information

#7491AF (or 0x7491AF) is unknown color: approx Ship Cove. HEX triplet: 74, 91 and AF. RGB value is (116,145,175). Sum of RGB (Red+Green+Blue) = 116+145+175=436 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.61% from 436); Green value is 145 (57.03% from 255 or 33.26% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #7491AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7491AF is #8B6E50. Grayscale: #8B8B8B. Windows color (decimal): -9137745 or 11506036. OLE color: 11506036.

HSL color Cylindrical-coordinate representation of color #7491AF: hue angle of 210.51º 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 #7491AF is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116145175-
CMYK0.340.1700.31
HSL210.51º26.94%57.06%-
HSV(B)210.51º33.71%68.63%-
XYZ25.0727.0644.46-
YUV139.75147.89111.06-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.61%
GREEN value IS 145 (57.03% from 255) = 33.26%
BLUE value IS 175 (68.75% from 255) = 40.14%
R=26.61%
G=33.26%
B=40.14%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161451750.340.1700.31210.5126.9457.06
Hex7491AF221101Fd31b39
Octal16422125742210373233371
Binary11101001001000110101111100010100010111111101001111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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