#7484CB

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

Shades of Wild Blue Yonder #7484CB

Tints of Wild Blue Yonder #7484CB

Color information

#7484CB (or 0x7484CB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 84 and CB. RGB value is (116,132,203). Sum of RGB (Red+Green+Blue) = 116+132+203=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 132 (51.95% from 255 or 29.27% from 451); Blue value is 203 (79.69% from 255 or 45.01% from 451); Max value from RGB is 203 - color contains mainly: blue. Hex color #7484CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7484CB is #8B7B34. Grayscale: #878787. Windows color (decimal): -9141045 or 13337716. OLE color: 13337716.

HSL color Cylindrical-coordinate representation of color #7484CB: hue angle of 228.97º 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 #7484CB is Cyan = 0.43, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116132203-
CMYK0.430.3500.20
HSL228.97º45.55%62.55%-
HSV(B)228.97º42.86%79.61%-
XYZ26.2324.5359.85-
YUV135.31166.2114.23-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 132 (51.95% from 255) = 29.27%
BLUE value IS 203 (79.69% from 255) = 45.01%
R=25.72%
G=29.27%
B=45.01%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161322030.430.3500.20228.9745.5562.55
Hex7484CB2B23014e52e3f
Octal16420431353430243455677
Binary1110100100001001100101110101110001101010011100101101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7484CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7484CB; }

 p { color: rgb(116,132,203); }

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

<style>
 a { background-color: #7484CB; }

 a { background-color: rgb(116,132,203); }

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

<style>
 span { border-color: #7484CB; }

 span { border-color: rgb(116,132,203); }

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