#7480BF

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

Shades of Wild Blue Yonder #7480BF

Tints of Wild Blue Yonder #7480BF

Color information

#7480BF (or 0x7480BF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 80 and BF. RGB value is (116,128,191). Sum of RGB (Red+Green+Blue) = 116+128+191=435 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.67% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 191 (75% from 255 or 43.91% from 435); Max value from RGB is 191 - color contains mainly: blue. Hex color #7480BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480BF is #8B7F40. Grayscale: #838383. Windows color (decimal): -9142081 or 12550260. OLE color: 12550260.

HSL color Cylindrical-coordinate representation of color #7480BF: hue angle of 230.4º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7480BF is Cyan = 0.39, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116128191-
CMYK0.390.3300.25
HSL230.4º36.95%60.2%-
HSV(B)230.4º39.27%74.9%-
XYZ24.3322.9152.43-
YUV131.59161.52116.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.67%
GREEN value IS 128 (50.39% from 255) = 29.43%
BLUE value IS 191 (75% from 255) = 43.91%
R=26.67%
G=29.43%
B=43.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161281910.390.3300.25230.436.9560.2
Hex7480BF2721019e6253c
Octal16420027747410313464574
Binary1110100100000001011111110011110000101100111100110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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