#7491CF

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

Shades of Wild Blue Yonder #7491CF

Tints of Wild Blue Yonder #7491CF

Color information

#7491CF (or 0x7491CF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 91 and CF. RGB value is (116,145,207). Sum of RGB (Red+Green+Blue) = 116+145+207=468 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.79% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 207 (81.25% from 255 or 44.23% from 468); Max value from RGB is 207 - color contains mainly: blue. Hex color #7491CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491CF is #8B6E30. Grayscale: #8F8F8F. Windows color (decimal): -9137713 or 13603188. OLE color: 13603188.

HSL color Cylindrical-coordinate representation of color #7491CF: hue angle of 220.88º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7491CF is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116145207-
CMYK0.440.3000.19
HSL220.88º48.66%63.33%-
HSV(B)220.88º43.96%81.18%-
XYZ28.5928.4763.02-
YUV143.4163.89108.46-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.79%
GREEN value IS 145 (57.03% from 255) = 30.98%
BLUE value IS 207 (81.25% from 255) = 44.23%
R=24.79%
G=30.98%
B=44.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161452070.440.3000.19220.8848.6663.33
Hex7491CF2C1E013dd313f
Octal16422131754360233356177
Binary111010010010001110011111011001111001001111011101110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7491CF; }

 p { color: rgb(116,145,207); }

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

<style>
 a { background-color: #7491CF; }

 a { background-color: rgb(116,145,207); }

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

<style>
 span { border-color: #7491CF; }

 span { border-color: rgb(116,145,207); }

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