#748DCD

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

Shades of Wild Blue Yonder #748DCD

Tints of Wild Blue Yonder #748DCD

Color information

#748DCD (or 0x748DCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8D and CD. RGB value is (116,141,205). Sum of RGB (Red+Green+Blue) = 116+141+205=462 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.11% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #748DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCD is #8B7232. Grayscale: #8C8C8C. Windows color (decimal): -9138739 or 13471092. OLE color: 13471092.

HSL color Cylindrical-coordinate representation of color #748DCD: hue angle of 223.15º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #748DCD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB116141205-
CMYK0.430.3100.20
HSL223.15º47.09%62.94%-
HSV(B)223.15º43.41%80.39%-
XYZ27.7527.1761.54-
YUV140.82164.22110.3-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.11%
GREEN value IS 141 (55.47% from 255) = 30.52%
BLUE value IS 205 (80.47% from 255) = 44.37%
R=25.11%
G=30.52%
B=44.37%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161412050.430.3100.20223.1547.0962.94
Hex748DCD2B1F014df2f3f
Octal16421531553370243375777
Binary111010010001101110011011010111111101010011011111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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