#748FAF

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

Shades of Ship Cove #748FAF

Tints of Ship Cove #748FAF

Color information

#748FAF (or 0x748FAF) is unknown color: approx Ship Cove. HEX triplet: 74, 8F and AF. RGB value is (116,143,175). Sum of RGB (Red+Green+Blue) = 116+143+175=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 143 (56.25% from 255 or 32.95% from 434); Blue value is 175 (68.75% from 255 or 40.32% from 434); Max value from RGB is 175 - color contains mainly: blue. Hex color #748FAF is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748FAF is #8B7050. Grayscale: #8A8A8A. Windows color (decimal): -9138257 or 11505524. OLE color: 11505524.

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

Color convert

RGB116143175-
CMYK0.340.1800.31
HSL212.54º26.94%57.06%-
HSV(B)212.54º33.71%68.63%-
XYZ24.7626.4544.36-
YUV138.57148.55111.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 143 (56.25% from 255) = 32.95%
BLUE value IS 175 (68.75% from 255) = 40.32%
R=26.73%
G=32.95%
B=40.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161431750.340.1800.31212.5426.9457.06
Hex748FAF221201Fd51b39
Octal16421725742220373253371
Binary11101001000111110101111100010100100111111101010111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748FAF; }

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

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

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

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

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

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

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

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