#7494be

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

Shades of Wild Blue Yonder #7494BE

Tints of Wild Blue Yonder #7494BE

Color information

#7494BE (or 0x7494BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 94 and BE. RGB value is (116,148,190). Sum of RGB (Red+Green+Blue) = 116+148+190=454 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.55% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 190 (74.61% from 255 or 41.85% from 454); Max value from RGB is 190 - color contains mainly: blue. Hex color #7494BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7494BE is #8B6B41. Grayscale: #8F8F8F. Windows color (decimal): -9136962 or 12489844. OLE color: 12489844.

HSL color Cylindrical-coordinate representation of color #7494BE: hue angle of 214.05º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7494BE is Cyan = 0.39, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116148190-
CMYK0.390.2200.25
HSL214.05º36.27%60%-
HSV(B)214.05º38.95%74.51%-
XYZ27.0928.6152.81-
YUV143.22154.4108.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.55%
GREEN value IS 148 (58.20% from 255) = 32.60%
BLUE value IS 190 (74.61% from 255) = 41.85%
R=25.55%
G=32.60%
B=41.85%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161481900.390.2200.25214.0536.2760
Hex7494BE2716019d6243c
Octal16422427647260313264474
Binary111010010010100101111101001111011001100111010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7494be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7494be; }

 p { color: rgb(116,148,190); }

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

<style>
 a { background-color: #7494be; }

 a { background-color: rgb(116,148,190); }

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

<style>
 span { border-color: #7494be; }

 span { border-color: rgb(116,148,190); }

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