#747BA4

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

Shades of Ship Cove #747BA4

Tints of Ship Cove #747BA4

Color information

#747BA4 (or 0x747BA4) is unknown color: approx Ship Cove. HEX triplet: 74, 7B and A4. RGB value is (116,123,164). Sum of RGB (Red+Green+Blue) = 116+123+164=403 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.78% from 403); Green value is 123 (48.44% from 255 or 30.52% from 403); Blue value is 164 (64.45% from 255 or 40.69% from 403); Max value from RGB is 164 - color contains mainly: blue. Hex color #747BA4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BA4 is #8B845B. Grayscale: #7D7D7D. Windows color (decimal): -9143388 or 10779508. OLE color: 10779508.

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

Color convert

RGB116123164-
CMYK0.290.2500.36
HSL231.25º20.87%54.9%-
HSV(B)231.25º29.27%64.31%-
XYZ20.9920.5637.98-
YUV125.58149.68121.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 28.78%
GREEN value IS 123 (48.44% from 255) = 30.52%
BLUE value IS 164 (64.45% from 255) = 40.69%
R=28.78%
G=30.52%
B=40.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1161231640.290.2500.36231.2520.8754.9
Hex747BA41D19024e71537
Octal16417324435310443472567
Binary1110100111101110100100111011100101001001110011110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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