#7492BE

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

Shades of Wild Blue Yonder #7492BE

Tints of Wild Blue Yonder #7492BE

Color information

#7492BE (or 0x7492BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 92 and BE. RGB value is (116,146,190). Sum of RGB (Red+Green+Blue) = 116+146+190=452 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.66% from 452); Green value is 146 (57.42% from 255 or 32.30% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 190 - color contains mainly: blue. Hex color #7492BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7492BE is #8B6D41. Grayscale: #8D8D8D. Windows color (decimal): -9137474 or 12489332. OLE color: 12489332.

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

Color convert

RGB116146190-
CMYK0.390.2300.25
HSL215.68º36.27%60%-
HSV(B)215.68º38.95%74.51%-
XYZ26.7827.9952.71-
YUV142.05155.06109.42-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.66%
GREEN value IS 146 (57.42% from 255) = 32.30%
BLUE value IS 190 (74.61% from 255) = 42.04%
R=25.66%
G=32.30%
B=42.04%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161461900.390.2300.25215.6836.2760
Hex7492BE2717019d8243c
Octal16422227647270313304474
Binary111010010010010101111101001111011101100111011000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7492BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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