#748DCC

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

Shades of Wild Blue Yonder #748DCC

Tints of Wild Blue Yonder #748DCC

Color information

#748DCC (or 0x748DCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8D and CC. RGB value is (116,141,204). Sum of RGB (Red+Green+Blue) = 116+141+204=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 204 (80.08% from 255 or 44.25% from 461); Max value from RGB is 204 - color contains mainly: blue. Hex color #748DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748DCC is #8B7233. Grayscale: #8C8C8C. Windows color (decimal): -9138740 or 13405556. OLE color: 13405556.

HSL color Cylindrical-coordinate representation of color #748DCC: hue angle of 222.95º degrees, saturation: 0.46, 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 #748DCC is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB116141204-
CMYK0.430.3100.2
HSL222.95º46.32%62.75%-
HSV(B)222.95º43.14%80%-
XYZ27.6327.1260.91-
YUV140.71163.72110.38-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.16%
GREEN value IS 141 (55.47% from 255) = 30.59%
BLUE value IS 204 (80.08% from 255) = 44.25%
R=25.16%
G=30.59%
B=44.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1161412040.430.3100.2222.9546.3262.75
Hex748DCC2B1F014df2e3f
Octal16421531453370243375677
Binary111010010001101110011001010111111101010011011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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