#748DB4

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

Shades of Ship Cove #748DB4

Tints of Ship Cove #748DB4

Color information

#748DB4 (or 0x748DB4) is unknown color: approx Ship Cove. HEX triplet: 74, 8D and B4. RGB value is (116,141,180). Sum of RGB (Red+Green+Blue) = 116+141+180=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 180 (70.70% from 255 or 41.19% from 437); Max value from RGB is 180 - color contains mainly: blue. Hex color #748DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DB4 is #8B724B. Grayscale: #898989. Windows color (decimal): -9138764 or 11832692. OLE color: 11832692.

HSL color Cylindrical-coordinate representation of color #748DB4: hue angle of 216.56º degrees, saturation: 0.3, 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 #748DB4 is Cyan = 0.36, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116141180-
CMYK0.360.2200.29
HSL216.56º29.91%58.04%-
HSV(B)216.56º35.56%70.59%-
XYZ24.9726.0646.89-
YUV137.97151.72112.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 141 (55.47% from 255) = 32.27%
BLUE value IS 180 (70.70% from 255) = 41.19%
R=26.54%
G=32.27%
B=41.19%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161411800.360.2200.29216.5629.9158.04
Hex748DB4241601Dd91e3a
Octal16421526444260353313672
Binary11101001000110110110100100100101100111011101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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