#748CCC

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

Shades of Wild Blue Yonder #748CCC

Tints of Wild Blue Yonder #748CCC

Color information

#748CCC (or 0x748CCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8C and CC. RGB value is (116,140,204). Sum of RGB (Red+Green+Blue) = 116+140+204=460 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.22% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #748CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCC is #8B7333. Grayscale: #8B8B8B. Windows color (decimal): -9138996 or 13405300. OLE color: 13405300.

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

Color convert

RGB116140204-
CMYK0.430.3100.2
HSL223.64º46.32%62.75%-
HSV(B)223.64º43.14%80%-
XYZ27.4826.8360.86-
YUV140.12164.05110.8-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.22%
GREEN value IS 140 (55.08% from 255) = 30.43%
BLUE value IS 204 (80.08% from 255) = 44.35%
R=25.22%
G=30.43%
B=44.35%

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
Decimal1161402040.430.3100.2223.6446.3262.75
Hex748CCC2B1F014e02e3f
Octal16421431453370243405677
Binary111010010001100110011001010111111101010011100000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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