#748EBC

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

Shades of Wild Blue Yonder #748EBC

Tints of Wild Blue Yonder #748EBC

Color information

#748EBC (or 0x748EBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8E and BC. RGB value is (116,142,188). Sum of RGB (Red+Green+Blue) = 116+142+188=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #748EBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EBC is #8B7143. Grayscale: #8B8B8B. Windows color (decimal): -9138500 or 12357236. OLE color: 12357236.

HSL color Cylindrical-coordinate representation of color #748EBC: hue angle of 218.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748EBC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116142188-
CMYK0.380.2400.26
HSL218.33º34.95%59.61%-
HSV(B)218.33º38.3%73.73%-
XYZ25.9526.6951.36-
YUV139.47155.39111.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 142 (55.86% from 255) = 31.84%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=26.01%
G=31.84%
B=42.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161421880.380.2400.26218.3334.9559.61
Hex748EBC261801Ada233c
Octal16421627446300323324374
Binary111010010001110101111001001101100001101011011010100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,142,188); }

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

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

 a { background-color: rgb(116,142,188); }

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

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

 span { border-color: rgb(116,142,188); }

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