#747FB4

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

Shades of Wild Blue Yonder #747FB4

Tints of Wild Blue Yonder #747FB4

Color information

#747FB4 (or 0x747FB4) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7F and B4. RGB value is (116,127,180). Sum of RGB (Red+Green+Blue) = 116+127+180=423 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.42% from 423); Green value is 127 (50% from 255 or 30.02% from 423); Blue value is 180 (70.70% from 255 or 42.55% from 423); Max value from RGB is 180 - color contains mainly: blue. Hex color #747FB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FB4 is #8B804B. Grayscale: #818181. Windows color (decimal): -9142348 or 11829108. OLE color: 11829108.

HSL color Cylindrical-coordinate representation of color #747FB4: hue angle of 229.69º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #747FB4 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116127180-
CMYK0.360.2900.29
HSL229.69º29.91%58.04%-
HSV(B)229.69º35.56%70.59%-
XYZ23.0322.1946.25-
YUV129.75156.36118.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.42%
GREEN value IS 127 (50% from 255) = 30.02%
BLUE value IS 180 (70.70% from 255) = 42.55%
R=27.42%
G=30.02%
B=42.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161271800.360.2900.29229.6929.9158.04
Hex747FB4241D01De61e3a
Octal16417726444350353463672
Binary1110100111111110110100100100111010111011110011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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