#747AA4

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

Shades of Ship Cove #747AA4

Tints of Ship Cove #747AA4

Color information

#747AA4 (or 0x747AA4) is unknown color: approx Ship Cove. HEX triplet: 74, 7A and A4. RGB value is (116,122,164). Sum of RGB (Red+Green+Blue) = 116+122+164=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 122 (48.05% from 255 or 30.35% from 402); Blue value is 164 (64.45% from 255 or 40.80% from 402); Max value from RGB is 164 - color contains mainly: blue. Hex color #747AA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AA4 is #8B855B. Grayscale: #7C7C7C. Windows color (decimal): -9143644 or 10779252. OLE color: 10779252.

HSL color Cylindrical-coordinate representation of color #747AA4: hue angle of 232.5º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #747AA4 is Cyan = 0.29, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB116122164-
CMYK0.290.2600.36
HSL232.5º20.87%54.9%-
HSV(B)232.5º29.27%64.31%-
XYZ20.8620.3137.94-
YUV124.99150.01121.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.86%
GREEN value IS 122 (48.05% from 255) = 30.35%
BLUE value IS 164 (64.45% from 255) = 40.80%
R=28.86%
G=30.35%
B=40.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161221640.290.2600.36232.520.8754.9
Hex747AA41D1A024e81537
Octal16417224435320443502567
Binary1110100111101010100100111011101001001001110100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747AA4; }

 p { color: rgb(116,122,164); }

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

<style>
 a { background-color: #747AA4; }

 a { background-color: rgb(116,122,164); }

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

<style>
 span { border-color: #747AA4; }

 span { border-color: rgb(116,122,164); }

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