#747EB0

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

Shades of Wild Blue Yonder #747EB0

Tints of Wild Blue Yonder #747EB0

Color information

#747EB0 (or 0x747EB0) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7E and B0. RGB value is (116,126,176). Sum of RGB (Red+Green+Blue) = 116+126+176=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 126 (49.61% from 255 or 30.14% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #747EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747EB0 is #8B814F. Grayscale: #808080. Windows color (decimal): -9142608 or 11566708. OLE color: 11566708.

HSL color Cylindrical-coordinate representation of color #747EB0: hue angle of 230º 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 #747EB0 is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB116126176-
CMYK0.340.2800.31
HSL230º27.52%57.25%-
HSV(B)230º34.09%69.02%-
XYZ22.521.7744.09-
YUV128.71154.69118.93-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 126 (49.61% from 255) = 30.14%
BLUE value IS 176 (69.14% from 255) = 42.11%
R=27.75%
G=30.14%
B=42.11%

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
Decimal1161261760.340.2800.3123027.5257.25
Hex747EB0221C01Fe61c39
Octal16417626042340373463471
Binary1110100111111010110000100010111000111111110011011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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