#748AD2

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

Shades of Wild Blue Yonder #748AD2

Tints of Wild Blue Yonder #748AD2

Color information

#748AD2 (or 0x748AD2) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8A and D2. RGB value is (116,138,210). Sum of RGB (Red+Green+Blue) = 116+138+210=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 210 (82.42% from 255 or 45.26% from 464); Max value from RGB is 210 - color contains mainly: blue. Hex color #748AD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748AD2 is #8B752D. Grayscale: #8B8B8B. Windows color (decimal): -9139502 or 13798004. OLE color: 13798004.

HSL color Cylindrical-coordinate representation of color #748AD2: hue angle of 225.96º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748AD2 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB116138210-
CMYK0.450.3400.18
HSL225.96º51.09%63.92%-
HSV(B)225.96º44.76%82.35%-
XYZ27.9226.5464.62-
YUV139.63167.71111.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 210 (82.42% from 255) = 45.26%
R=25%
G=29.74%
B=45.26%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1161382100.450.3400.18225.9651.0963.92
Hex748AD22D22012e23340
Octal164212322554202234263100
Binary11101001000101011010010101101100010010010111000101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,138,210); }

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

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

 a { background-color: rgb(116,138,210); }

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

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

 span { border-color: rgb(116,138,210); }

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