#747FBA

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

Shades of Wild Blue Yonder #747FBA

Tints of Wild Blue Yonder #747FBA

Color information

#747FBA (or 0x747FBA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7F and BA. RGB value is (116,127,186). Sum of RGB (Red+Green+Blue) = 116+127+186=429 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.04% from 429); Green value is 127 (50% from 255 or 29.60% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #747FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FBA is #8B8045. Grayscale: #828282. Windows color (decimal): -9142342 or 12222324. OLE color: 12222324.

HSL color Cylindrical-coordinate representation of color #747FBA: hue angle of 230.57º 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 #747FBA is Cyan = 0.38, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116127186-
CMYK0.380.3200.27
HSL230.57º33.65%59.22%-
HSV(B)230.57º37.63%72.94%-
XYZ23.6522.4449.54-
YUV130.44159.36117.7-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.04%
GREEN value IS 127 (50% from 255) = 29.60%
BLUE value IS 186 (73.05% from 255) = 43.36%
R=27.04%
G=29.60%
B=43.36%

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
Decimal1161271860.380.3200.27230.5733.6559.22
Hex747FBA262001Be7223b
Octal16417727246400333474273
Binary111010011111111011101010011010000001101111100111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747FBA; }

 p { color: rgb(116,127,186); }

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

<style>
 a { background-color: #747FBA; }

 a { background-color: rgb(116,127,186); }

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

<style>
 span { border-color: #747FBA; }

 span { border-color: rgb(116,127,186); }

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