#748EBE

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

Shades of Wild Blue Yonder #748EBE

Tints of Wild Blue Yonder #748EBE

Color information

#748EBE (or 0x748EBE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8E and BE. RGB value is (116,142,190). Sum of RGB (Red+Green+Blue) = 116+142+190=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 142 (55.86% from 255 or 31.70% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #748EBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748EBE is #8B7141. Grayscale: #8B8B8B. Windows color (decimal): -9138498 or 12488308. OLE color: 12488308.

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

Color convert

RGB116142190-
CMYK0.390.2500.25
HSL218.92º36.27%60%-
HSV(B)218.92º38.95%74.51%-
XYZ26.1726.7852.5-
YUV139.7156.39111.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.89%
GREEN value IS 142 (55.86% from 255) = 31.70%
BLUE value IS 190 (74.61% from 255) = 42.41%
R=25.89%
G=31.70%
B=42.41%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161421900.390.2500.25218.9236.2760
Hex748EBE2719019db243c
Octal16421627647310313334474
Binary111010010001110101111101001111100101100111011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748EBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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