#748ECA

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

Shades of Wild Blue Yonder #748ECA

Tints of Wild Blue Yonder #748ECA

Color information

#748ECA (or 0x748ECA) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8E and CA. RGB value is (116,142,202). Sum of RGB (Red+Green+Blue) = 116+142+202=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 202 (79.30% from 255 or 43.91% from 460); Max value from RGB is 202 - color contains mainly: blue. Hex color #748ECA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ECA is #8B7135. Grayscale: #8C8C8C. Windows color (decimal): -9138486 or 13274740. OLE color: 13274740.

HSL color Cylindrical-coordinate representation of color #748ECA: hue angle of 221.86º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748ECA is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB116142202-
CMYK0.430.3000.21
HSL221.86º44.79%62.35%-
HSV(B)221.86º42.57%79.22%-
XYZ27.5427.3259.7-
YUV141.07162.39110.12-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 142 (55.86% from 255) = 30.87%
BLUE value IS 202 (79.30% from 255) = 43.91%
R=25.22%
G=30.87%
B=43.91%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1161422020.430.3000.21221.8644.7962.35
Hex748ECA2B1E015de2d3e
Octal16421631253360253365576
Binary111010010001110110010101010111111001010111011110101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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