#7492C9

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

Shades of Wild Blue Yonder #7492C9

Tints of Wild Blue Yonder #7492C9

Color information

#7492C9 (or 0x7492C9) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 92 and C9. RGB value is (116,146,201). Sum of RGB (Red+Green+Blue) = 116+146+201=463 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.05% from 463); Green value is 146 (57.42% from 255 or 31.53% from 463); Blue value is 201 (78.91% from 255 or 43.41% from 463); Max value from RGB is 201 - color contains mainly: blue. Hex color #7492C9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492C9 is #8B6D36. Grayscale: #8F8F8F. Windows color (decimal): -9137463 or 13210228. OLE color: 13210228.

HSL color Cylindrical-coordinate representation of color #7492C9: hue angle of 218.82º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7492C9 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116146201-
CMYK0.420.2700.21
HSL218.82º44.04%62.16%-
HSV(B)218.82º42.29%78.82%-
XYZ28.0228.4959.28-
YUV143.3160.56108.53-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.05%
GREEN value IS 146 (57.42% from 255) = 31.53%
BLUE value IS 201 (78.91% from 255) = 43.41%
R=25.05%
G=31.53%
B=43.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161462010.420.2700.21218.8244.0462.16
Hex7492C92A1B015db2c3e
Octal16422231152330253335476
Binary111010010010010110010011010101101101010111011011101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7492C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7492C9; }

 p { color: rgb(116,146,201); }

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

<style>
 a { background-color: #7492C9; }

 a { background-color: rgb(116,146,201); }

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

<style>
 span { border-color: #7492C9; }

 span { border-color: rgb(116,146,201); }

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