#747FB0

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

Shades of Wild Blue Yonder #747FB0

Tints of Wild Blue Yonder #747FB0

Color information

#747FB0 (or 0x747FB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7F and B0. RGB value is (116,127,176). Sum of RGB (Red+Green+Blue) = 116+127+176=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 127 (50% from 255 or 30.31% from 419); Blue value is 176 (69.14% from 255 or 42.00% from 419); Max value from RGB is 176 - color contains mainly: blue. Hex color #747FB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747FB0 is #8B804F. Grayscale: #818181. Windows color (decimal): -9142352 or 11566964. OLE color: 11566964.

HSL color Cylindrical-coordinate representation of color #747FB0: hue angle of 229º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747FB0 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116127176-
CMYK0.340.2800.31
HSL229º27.52%57.25%-
HSV(B)229º34.09%69.02%-
XYZ22.6322.0344.13-
YUV129.3154.36118.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.68%
GREEN value IS 127 (50% from 255) = 30.31%
BLUE value IS 176 (69.14% from 255) = 42.00%
R=27.68%
G=30.31%
B=42.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1161271760.340.2800.3122927.5257.25
Hex747FB0221C01Fe51c39
Octal16417726042340373453471
Binary1110100111111110110000100010111000111111110010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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