#7494CC

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

Shades of Wild Blue Yonder #7494CC

Tints of Wild Blue Yonder #7494CC

Color information

#7494CC (or 0x7494CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 94 and CC. RGB value is (116,148,204). Sum of RGB (Red+Green+Blue) = 116+148+204=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 204 (80.08% from 255 or 43.59% from 468); Max value from RGB is 204 - color contains mainly: blue. Hex color #7494CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7494CC is #8B6B33. Grayscale: #909090. Windows color (decimal): -9136948 or 13407348. OLE color: 13407348.

HSL color Cylindrical-coordinate representation of color #7494CC: hue angle of 218.18º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7494CC is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116148204-
CMYK0.430.2700.2
HSL218.18º46.32%62.75%-
HSV(B)218.18º43.14%80%-
XYZ28.6929.2561.26-
YUV144.82161.4107.45-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 204 (80.08% from 255) = 43.59%
R=24.79%
G=31.62%
B=43.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161482040.430.2700.2218.1846.3262.75
Hex7494CC2B1B014da2e3f
Octal16422431453330243325677
Binary111010010010100110011001010111101101010011011010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7494CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7494CC; }

 p { color: rgb(116,148,204); }

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

<style>
 a { background-color: #7494CC; }

 a { background-color: rgb(116,148,204); }

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

<style>
 span { border-color: #7494CC; }

 span { border-color: rgb(116,148,204); }

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