#748FB5

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

Shades of Ship Cove #748FB5

Tints of Ship Cove #748FB5

Color information

#748FB5 (or 0x748FB5) is unknown color: approx Ship Cove. HEX triplet: 74, 8F and B5. RGB value is (116,143,181). Sum of RGB (Red+Green+Blue) = 116+143+181=440 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.36% from 440); Green value is 143 (56.25% from 255 or 32.5% from 440); Blue value is 181 (71.09% from 255 or 41.14% from 440); Max value from RGB is 181 - color contains mainly: blue. Hex color #748FB5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FB5 is #8B704A. Grayscale: #8B8B8B. Windows color (decimal): -9138251 or 11898740. OLE color: 11898740.

HSL color Cylindrical-coordinate representation of color #748FB5: hue angle of 215.08º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748FB5 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116143181-
CMYK0.360.2100.29
HSL215.08º30.52%58.24%-
HSV(B)215.08º35.91%70.98%-
XYZ25.3726.6947.53-
YUV139.26151.55111.41-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.36%
GREEN value IS 143 (56.25% from 255) = 32.5%
BLUE value IS 181 (71.09% from 255) = 41.14%
R=26.36%
G=32.5%
B=41.14%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161431810.360.2100.29215.0830.5258.24
Hex748FB5241501Dd71f3a
Octal16421726544250353273772
Binary11101001000111110110101100100101010111011101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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