#7480BB

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

Shades of Wild Blue Yonder #7480BB

Tints of Wild Blue Yonder #7480BB

Color information

#7480BB (or 0x7480BB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 80 and BB. RGB value is (116,128,187). Sum of RGB (Red+Green+Blue) = 116+128+187=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 128 (50.39% from 255 or 29.70% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #7480BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480BB is #8B7F44. Grayscale: #828282. Windows color (decimal): -9142085 or 12288116. OLE color: 12288116.

HSL color Cylindrical-coordinate representation of color #7480BB: hue angle of 229.86º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7480BB is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116128187-
CMYK0.380.3200.27
HSL229.86º34.3%59.41%-
HSV(B)229.86º37.97%73.33%-
XYZ23.8922.7450.14-
YUV131.14159.52117.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 128 (50.39% from 255) = 29.70%
BLUE value IS 187 (73.44% from 255) = 43.39%
R=26.91%
G=29.70%
B=43.39%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161281870.380.3200.27229.8634.359.41
Hex7480BB262001Be6223b
Octal16420027346400333464273
Binary1110100100000001011101110011010000001101111100110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7480BB; }

 p { color: rgb(116,128,187); }

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

<style>
 a { background-color: #7480BB; }

 a { background-color: rgb(116,128,187); }

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

<style>
 span { border-color: #7480BB; }

 span { border-color: rgb(116,128,187); }

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