#747BC0

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

Shades of Wild Blue Yonder #747BC0

Tints of Wild Blue Yonder #747BC0

Color information

#747BC0 (or 0x747BC0) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7B and C0. RGB value is (116,123,192). Sum of RGB (Red+Green+Blue) = 116+123+192=431 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.91% from 431); Green value is 123 (48.44% from 255 or 28.54% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #747BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BC0 is #8B843F. Grayscale: #808080. Windows color (decimal): -9143360 or 12614516. OLE color: 12614516.

HSL color Cylindrical-coordinate representation of color #747BC0: hue angle of 234.47º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #747BC0 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB116123192-
CMYK0.400.3600.25
HSL234.47º37.62%60.39%-
HSV(B)234.47º39.58%75.29%-
XYZ23.821.6852.8-
YUV128.77163.68118.89-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.91%
GREEN value IS 123 (48.44% from 255) = 28.54%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=26.91%
G=28.54%
B=44.55%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161231920.400.3600.25234.4737.6260.39
Hex747BC02824019ea263c
Octal16417330050440313524674
Binary111010011110111100000010100010010001100111101010100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,192); }

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

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

 a { background-color: rgb(116,123,192); }

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

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

 span { border-color: rgb(116,123,192); }

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