#7480CC

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

Shades of Wild Blue Yonder #7480CC

Tints of Wild Blue Yonder #7480CC

Color information

#7480CC (or 0x7480CC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 80 and CC. RGB value is (116,128,204). Sum of RGB (Red+Green+Blue) = 116+128+204=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 128 (50.39% from 255 or 28.57% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #7480CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7480CC is #8B7F33. Grayscale: #848484. Windows color (decimal): -9142068 or 13402228. OLE color: 13402228.

HSL color Cylindrical-coordinate representation of color #7480CC: hue angle of 231.82º 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 #7480CC is Cyan = 0.43, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116128204-
CMYK0.430.3700.2
HSL231.82º46.32%62.75%-
HSV(B)231.82º43.14%80%-
XYZ25.8223.5160.3-
YUV133.08168.02115.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 128 (50.39% from 255) = 28.57%
BLUE value IS 204 (80.08% from 255) = 45.54%
R=25.89%
G=28.57%
B=45.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161282040.430.3700.2231.8246.3262.75
Hex7480CC2B25014e82e3f
Octal16420031453450243505677
Binary1110100100000001100110010101110010101010011101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7480CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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