#747DAF

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

Shades of Wild Blue Yonder #747DAF

Tints of Wild Blue Yonder #747DAF

Color information

#747DAF (or 0x747DAF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7D and AF. RGB value is (116,125,175). Sum of RGB (Red+Green+Blue) = 116+125+175=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 125 (49.22% from 255 or 30.05% from 416); Blue value is 175 (68.75% from 255 or 42.07% from 416); Max value from RGB is 175 - color contains mainly: blue. Hex color #747DAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747DAF is #8B8250. Grayscale: #7F7F7F. Windows color (decimal): -9142865 or 11500916. OLE color: 11500916.

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

Color convert

RGB116125175-
CMYK0.340.2900.31
HSL230.85º26.94%57.06%-
HSV(B)230.85º33.71%68.63%-
XYZ22.2721.4843.53-
YUV128.01154.52119.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.88%
GREEN value IS 125 (49.22% from 255) = 30.05%
BLUE value IS 175 (68.75% from 255) = 42.07%
R=27.88%
G=30.05%
B=42.07%

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
Decimal1161251750.340.2900.31230.8526.9457.06
Hex747DAF221D01Fe71b39
Octal16417525742350373473371
Binary1110100111110110101111100010111010111111110011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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