#7491BC

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

Shades of Wild Blue Yonder #7491BC

Tints of Wild Blue Yonder #7491BC

Color information

#7491BC (or 0x7491BC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 91 and BC. RGB value is (116,145,188). Sum of RGB (Red+Green+Blue) = 116+145+188=449 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.84% from 449); Green value is 145 (57.03% from 255 or 32.29% from 449); Blue value is 188 (73.83% from 255 or 41.87% from 449); Max value from RGB is 188 - color contains mainly: blue. Hex color #7491BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7491BC is #8B6E43. Grayscale: #8D8D8D. Windows color (decimal): -9137732 or 12358004. OLE color: 12358004.

HSL color Cylindrical-coordinate representation of color #7491BC: hue angle of 215.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7491BC is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116145188-
CMYK0.380.2300.26
HSL215.83º34.95%59.61%-
HSV(B)215.83º38.3%73.73%-
XYZ26.427.5951.51-
YUV141.23154.39110-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.84%
GREEN value IS 145 (57.03% from 255) = 32.29%
BLUE value IS 188 (73.83% from 255) = 41.87%
R=25.84%
G=32.29%
B=41.87%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161451880.380.2300.26215.8334.9559.61
Hex7491BC261701Ad8233c
Octal16422127446270323304374
Binary111010010010001101111001001101011101101011011000100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7491BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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