#7496BE

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

Shades of Wild Blue Yonder #7496BE

Tints of Wild Blue Yonder #7496BE

Color information

#7496BE (or 0x7496BE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 96 and BE. RGB value is (116,150,190). Sum of RGB (Red+Green+Blue) = 116+150+190=456 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.44% from 456); Green value is 150 (58.98% from 255 or 32.89% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #7496BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496BE is #8B6941. Grayscale: #909090. Windows color (decimal): -9136450 or 12490356. OLE color: 12490356.

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

Color convert

RGB116150190-
CMYK0.390.2100.25
HSL212.43º36.27%60%-
HSV(B)212.43º38.95%74.51%-
XYZ27.429.2452.92-
YUV144.39153.74107.75-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.44%
GREEN value IS 150 (58.98% from 255) = 32.89%
BLUE value IS 190 (74.61% from 255) = 41.67%
R=25.44%
G=32.89%
B=41.67%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161501900.390.2100.25212.4336.2760
Hex7496BE2715019d4243c
Octal16422627647250313244474
Binary111010010010110101111101001111010101100111010100100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7496BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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