#747CAF

Color #747CAF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #747CAF

Tints of Wild Blue Yonder #747CAF

Color information

#747CAF (or 0x747CAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7C and AF. RGB value is (116,124,175). Sum of RGB (Red+Green+Blue) = 116+124+175=415 (54% of max value = 765). Red value is 116 (45.70% from 255 or 27.95% from 415); Green value is 124 (48.83% from 255 or 29.88% from 415); Blue value is 175 (68.75% from 255 or 42.17% from 415); Max value from RGB is 175 - color contains mainly: blue. Hex color #747CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747CAF is #8B8350. Grayscale: #7F7F7F. Windows color (decimal): -9143121 or 11500660. OLE color: 11500660.

HSL color Cylindrical-coordinate representation of color #747CAF: hue angle of 231.86º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747CAF is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116124175-
CMYK0.340.2900.31
HSL231.86º26.94%57.06%-
HSV(B)231.86º33.71%68.63%-
XYZ22.1521.2243.49-
YUV127.42154.85119.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.95%
GREEN value IS 124 (48.83% from 255) = 29.88%
BLUE value IS 175 (68.75% from 255) = 42.17%
R=27.95%
G=29.88%
B=42.17%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161241750.340.2900.31231.8626.9457.06
Hex747CAF221D01Fe81b39
Octal16417425742350373503371
Binary1110100111110010101111100010111010111111110100011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,124,175); }

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

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

 a { background-color: rgb(116,124,175); }

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

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

 span { border-color: rgb(116,124,175); }

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