#748DC2

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

Shades of Wild Blue Yonder #748DC2

Tints of Wild Blue Yonder #748DC2

Color information

#748DC2 (or 0x748DC2) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8D and C2. RGB value is (116,141,194). Sum of RGB (Red+Green+Blue) = 116+141+194=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #748DC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DC2 is #8B723D. Grayscale: #8B8B8B. Windows color (decimal): -9138750 or 12750196. OLE color: 12750196.

HSL color Cylindrical-coordinate representation of color #748DC2: hue angle of 220.77º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #748DC2 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB116141194-
CMYK0.400.2700.24
HSL220.77º39%60.78%-
HSV(B)220.77º40.21%76.08%-
XYZ26.4626.6654.79-
YUV139.57158.72111.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.72%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 194 (76.17% from 255) = 43.02%
R=25.72%
G=31.26%
B=43.02%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1161411940.400.2700.24220.773960.78
Hex748DC2281B018dd273d
Octal16421530250330303354775
Binary111010010001101110000101010001101101100011011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,141,194); }

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

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

 a { background-color: rgb(116,141,194); }

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

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

 span { border-color: rgb(116,141,194); }

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