#748DAA

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

Shades of Ship Cove #748DAA

Tints of Ship Cove #748DAA

Color information

#748DAA (or 0x748DAA) is unknown color: approx Ship Cove. HEX triplet: 74, 8D and AA. RGB value is (116,141,170). Sum of RGB (Red+Green+Blue) = 116+141+170=427 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.17% from 427); Green value is 141 (55.47% from 255 or 33.02% from 427); Blue value is 170 (66.80% from 255 or 39.81% from 427); Max value from RGB is 170 - color contains mainly: blue. Hex color #748DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748DAA is #8B7255. Grayscale: #888888. Windows color (decimal): -9138774 or 11177332. OLE color: 11177332.

HSL color Cylindrical-coordinate representation of color #748DAA: hue angle of 212.22º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #748DAA is Cyan = 0.32, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB116141170-
CMYK0.320.1700.33
HSL212.22º24.11%56.08%-
HSV(B)212.22º31.76%66.67%-
XYZ23.9825.6741.72-
YUV136.83146.72113.14-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.17%
GREEN value IS 141 (55.47% from 255) = 33.02%
BLUE value IS 170 (66.80% from 255) = 39.81%
R=27.17%
G=33.02%
B=39.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161411700.320.1700.33212.2224.1156.08
Hex748DAA2011021d41838
Octal16421525240210413243070
Binary111010010001101101010101000001000101000011101010011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,170); }

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

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

 a { background-color: rgb(116,141,170); }

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

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

 span { border-color: rgb(116,141,170); }

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