#748DCF

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

Shades of Wild Blue Yonder #748DCF

Tints of Wild Blue Yonder #748DCF

Color information

#748DCF (or 0x748DCF) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8D and CF. RGB value is (116,141,207). Sum of RGB (Red+Green+Blue) = 116+141+207=464 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #748DCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCF is #8B7230. Grayscale: #8C8C8C. Windows color (decimal): -9138737 or 13602164. OLE color: 13602164.

HSL color Cylindrical-coordinate representation of color #748DCF: hue angle of 223.52º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #748DCF is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB116141207-
CMYK0.440.3200.19
HSL223.52º48.66%63.33%-
HSV(B)223.52º43.96%81.18%-
XYZ27.9927.2762.82-
YUV141.05165.22110.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25%
GREEN value IS 141 (55.47% from 255) = 30.39%
BLUE value IS 207 (81.25% from 255) = 44.61%
R=25%
G=30.39%
B=44.61%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1161412070.440.3200.19223.5248.6663.33
Hex748DCF2C20013e0313f
Octal16421531754400233406177
Binary1110100100011011100111110110010000001001111100000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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