#748AAC

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

Shades of Ship Cove #748AAC

Tints of Ship Cove #748AAC

Color information

#748AAC (or 0x748AAC) is unknown color: approx Ship Cove. HEX triplet: 74, 8A and AC. RGB value is (116,138,172). Sum of RGB (Red+Green+Blue) = 116+138+172=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 138 (54.30% from 255 or 32.39% from 426); Blue value is 172 (67.58% from 255 or 40.38% from 426); Max value from RGB is 172 - color contains mainly: blue. Hex color #748AAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748AAC is #8B7553. Grayscale: #878787. Windows color (decimal): -9139540 or 11307636. OLE color: 11307636.

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

Color convert

RGB116138172-
CMYK0.330.2000.33
HSL216.43º25.23%56.47%-
HSV(B)216.43º32.56%67.45%-
XYZ23.7424.8742.58-
YUV135.3148.71114.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.23%
GREEN value IS 138 (54.30% from 255) = 32.39%
BLUE value IS 172 (67.58% from 255) = 40.38%
R=27.23%
G=32.39%
B=40.38%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1161381720.330.2000.33216.4325.2356.47
Hex748AAC2114021d81938
Octal16421225441240413303170
Binary111010010001010101011001000011010001000011101100011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,172); }

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

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

 a { background-color: rgb(116,138,172); }

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

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

 span { border-color: rgb(116,138,172); }

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