#748FB4

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

Shades of Ship Cove #748FB4

Tints of Ship Cove #748FB4

Color information

#748FB4 (or 0x748FB4) is unknown color: approx Ship Cove. HEX triplet: 74, 8F and B4. RGB value is (116,143,180). Sum of RGB (Red+Green+Blue) = 116+143+180=439 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.42% from 439); Green value is 143 (56.25% from 255 or 32.57% from 439); Blue value is 180 (70.70% from 255 or 41.00% from 439); Max value from RGB is 180 - color contains mainly: blue. Hex color #748FB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FB4 is #8B704B. Grayscale: #8A8A8A. Windows color (decimal): -9138252 or 11833204. OLE color: 11833204.

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

Color convert

RGB116143180-
CMYK0.360.2100.29
HSL214.69º29.91%58.04%-
HSV(B)214.69º35.56%70.59%-
XYZ25.2626.6546.99-
YUV139.14151.05111.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.42%
GREEN value IS 143 (56.25% from 255) = 32.57%
BLUE value IS 180 (70.70% from 255) = 41.00%
R=26.42%
G=32.57%
B=41.00%

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
Decimal1161431800.360.2100.29214.6929.9158.04
Hex748FB4241501Dd71e3a
Octal16421726444250353273672
Binary11101001000111110110100100100101010111011101011111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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