#748FBB

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

Shades of Wild Blue Yonder #748FBB

Tints of Wild Blue Yonder #748FBB

Color information

#748FBB (or 0x748FBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8F and BB. RGB value is (116,143,187). Sum of RGB (Red+Green+Blue) = 116+143+187=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 143 (56.25% from 255 or 32.06% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 187 - color contains mainly: blue. Hex color #748FBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748FBB is #8B7044. Grayscale: #8B8B8B. Windows color (decimal): -9138245 or 12291956. OLE color: 12291956.

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

Color convert

RGB116143187-
CMYK0.380.2400.27
HSL217.18º34.3%59.41%-
HSV(B)217.18º37.97%73.33%-
XYZ25.9926.9550.84-
YUV139.94154.55110.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 143 (56.25% from 255) = 32.06%
BLUE value IS 187 (73.44% from 255) = 41.93%
R=26.01%
G=32.06%
B=41.93%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161431870.380.2400.27217.1834.359.41
Hex748FBB261801Bd9223b
Octal16421727346300333314273
Binary111010010001111101110111001101100001101111011001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748FBB; }

 p { color: rgb(116,143,187); }

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

<style>
 a { background-color: #748FBB; }

 a { background-color: rgb(116,143,187); }

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

<style>
 span { border-color: #748FBB; }

 span { border-color: rgb(116,143,187); }

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