#7496CA

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

Shades of Wild Blue Yonder #7496CA

Tints of Wild Blue Yonder #7496CA

Color information

#7496CA (or 0x7496CA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 96 and CA. RGB value is (116,150,202). Sum of RGB (Red+Green+Blue) = 116+150+202=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 150 (58.98% from 255 or 32.05% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #7496CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7496CA is #8B6935. Grayscale: #919191. Windows color (decimal): -9136438 or 13276788. OLE color: 13276788.

HSL color Cylindrical-coordinate representation of color #7496CA: hue angle of 216.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7496CA is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116150202-
CMYK0.430.2600.21
HSL216.28º44.79%62.35%-
HSV(B)216.28º42.57%79.22%-
XYZ28.7729.7960.11-
YUV145.76159.74106.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 150 (58.98% from 255) = 32.05%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=24.79%
G=32.05%
B=43.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161502020.430.2600.21216.2844.7962.35
Hex7496CA2B1A015d82d3e
Octal16422631253320253305576
Binary111010010010110110010101010111101001010111011000101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7496CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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