#748ABE

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

Shades of Wild Blue Yonder #748ABE

Tints of Wild Blue Yonder #748ABE

Color information

#748ABE (or 0x748ABE) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8A and BE. RGB value is (116,138,190). Sum of RGB (Red+Green+Blue) = 116+138+190=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #748ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748ABE is #8B7541. Grayscale: #898989. Windows color (decimal): -9139522 or 12487284. OLE color: 12487284.

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

Color convert

RGB116138190-
CMYK0.390.2700.25
HSL222.16º36.27%60%-
HSV(B)222.16º38.95%74.51%-
XYZ25.5925.6152.31-
YUV137.35157.71112.77-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 190 (74.61% from 255) = 42.79%
R=26.13%
G=31.08%
B=42.79%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161381900.390.2700.25222.1636.2760
Hex748ABE271B019de243c
Octal16421227647330313364474
Binary111010010001010101111101001111101101100111011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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