#7493AF

Color #7493AF Bermuda Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bermuda Grey #7493AF

Tints of Bermuda Grey #7493AF

Color information

#7493AF (or 0x7493AF) is unknown color: approx Bermuda Grey. HEX triplet: 74, 93 and AF. RGB value is (116,147,175). Sum of RGB (Red+Green+Blue) = 116+147+175=438 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.48% from 438); Green value is 147 (57.81% from 255 or 33.56% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 175 - color contains mainly: blue. Hex color #7493AF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7493AF is #8B6C50. Grayscale: #8C8C8C. Windows color (decimal): -9137233 or 11506548. OLE color: 11506548.

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

Color convert

RGB116147175-
CMYK0.340.1600.31
HSL208.47º26.94%57.06%-
HSV(B)208.47º33.71%68.63%-
XYZ25.3727.6844.56-
YUV140.92147.23110.22-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.48%
GREEN value IS 147 (57.81% from 255) = 33.56%
BLUE value IS 175 (68.75% from 255) = 39.95%
R=26.48%
G=33.56%
B=39.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161471750.340.1600.31208.4726.9457.06
Hex7493AF221001Fd01b39
Octal16422325742200373203371
Binary11101001001001110101111100010100000111111101000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7493AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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