#7490BE

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

Shades of Wild Blue Yonder #7490BE

Tints of Wild Blue Yonder #7490BE

Color information

#7490BE (or 0x7490BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 90 and BE. RGB value is (116,144,190). Sum of RGB (Red+Green+Blue) = 116+144+190=450 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.78% from 450); Green value is 144 (56.64% from 255 or 32% from 450); Blue value is 190 (74.61% from 255 or 42.22% from 450); Max value from RGB is 190 - color contains mainly: blue. Hex color #7490BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490BE is #8B6F41. Grayscale: #8C8C8C. Windows color (decimal): -9137986 or 12488820. OLE color: 12488820.

HSL color Cylindrical-coordinate representation of color #7490BE: hue angle of 217.3º 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 #7490BE is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116144190-
CMYK0.390.2400.25
HSL217.3º36.27%60%-
HSV(B)217.3º38.95%74.51%-
XYZ26.4727.3852.6-
YUV140.87155.72110.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.78%
GREEN value IS 144 (56.64% from 255) = 32%
BLUE value IS 190 (74.61% from 255) = 42.22%
R=25.78%
G=32%
B=42.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161441900.390.2400.25217.336.2760
Hex7490BE2718019d9243c
Octal16422027647300313314474
Binary111010010010000101111101001111100001100111011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7490BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7490BE; }

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

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

<style>
 a { background-color: #7490BE; }

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

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

<style>
 span { border-color: #7490BE; }

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

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