#748CAD

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

Shades of Ship Cove #748CAD

Tints of Ship Cove #748CAD

Color information

#748CAD (or 0x748CAD) is unknown color: approx Ship Cove. HEX triplet: 74, 8C and AD. RGB value is (116,140,173). Sum of RGB (Red+Green+Blue) = 116+140+173=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 140 (55.08% from 255 or 32.63% from 429); Blue value is 173 (67.97% from 255 or 40.33% from 429); Max value from RGB is 173 - color contains mainly: blue. Hex color #748CAD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748CAD is #8B7352. Grayscale: #888888. Windows color (decimal): -9139027 or 11373684. OLE color: 11373684.

HSL color Cylindrical-coordinate representation of color #748CAD: hue angle of 214.74º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #748CAD is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB116140173-
CMYK0.330.1900.32
HSL214.74º25.79%56.67%-
HSV(B)214.74º32.95%67.84%-
XYZ24.1225.4943.18-
YUV136.59148.55113.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 140 (55.08% from 255) = 32.63%
BLUE value IS 173 (67.97% from 255) = 40.33%
R=27.04%
G=32.63%
B=40.33%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1161401730.330.1900.32214.7425.7956.67
Hex748CAD2113020d71a39
Octal16421425541230403273271
Binary111010010001100101011011000011001101000001101011111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,140,173); }

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

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

 a { background-color: rgb(116,140,173); }

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

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

 span { border-color: rgb(116,140,173); }

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