#748CBC

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

Shades of Wild Blue Yonder #748CBC

Tints of Wild Blue Yonder #748CBC

Color information

#748CBC (or 0x748CBC) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8C and BC. RGB value is (116,140,188). Sum of RGB (Red+Green+Blue) = 116+140+188=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #748CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CBC is #8B7343. Grayscale: #8A8A8A. Windows color (decimal): -9139012 or 12356724. OLE color: 12356724.

HSL color Cylindrical-coordinate representation of color #748CBC: hue angle of 220º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #748CBC is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116140188-
CMYK0.380.2600.26
HSL220º34.95%59.61%-
HSV(B)220º38.3%73.73%-
XYZ25.6626.151.26-
YUV138.3156.05112.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.13%
GREEN value IS 140 (55.08% from 255) = 31.53%
BLUE value IS 188 (73.83% from 255) = 42.34%
R=26.13%
G=31.53%
B=42.34%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161401880.380.2600.2622034.9559.61
Hex748CBC261A01Adc233c
Octal16421427446320323344374
Binary111010010001100101111001001101101001101011011100100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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