#7490CE

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

Shades of Wild Blue Yonder #7490CE

Tints of Wild Blue Yonder #7490CE

Color information

#7490CE (or 0x7490CE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 90 and CE. RGB value is (116,144,206). Sum of RGB (Red+Green+Blue) = 116+144+206=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 144 (56.64% from 255 or 30.90% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 206 - color contains mainly: blue. Hex color #7490CE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7490CE is #8B6F31. Grayscale: #8E8E8E. Windows color (decimal): -9137970 or 13537396. OLE color: 13537396.

HSL color Cylindrical-coordinate representation of color #7490CE: hue angle of 221.33º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7490CE is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116144206-
CMYK0.440.3000.19
HSL221.33º47.87%63.14%-
HSV(B)221.33º43.69%80.78%-
XYZ28.3228.1262.33-
YUV142.7163.72108.96-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.89%
GREEN value IS 144 (56.64% from 255) = 30.90%
BLUE value IS 206 (80.86% from 255) = 44.21%
R=24.89%
G=30.90%
B=44.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161442060.440.3000.19221.3347.8763.14
Hex7490CE2C1E013dd303f
Octal16422031654360233356077
Binary111010010010000110011101011001111001001111011101110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7490CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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