#748CCB

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

Shades of Wild Blue Yonder #748CCB

Tints of Wild Blue Yonder #748CCB

Color information

#748CCB (or 0x748CCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 8C and CB. RGB value is (116,140,203). Sum of RGB (Red+Green+Blue) = 116+140+203=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #748CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #748CCB is #8B7334. Grayscale: #8B8B8B. Windows color (decimal): -9138997 or 13339764. OLE color: 13339764.

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

Color convert

RGB116140203-
CMYK0.430.3100.20
HSL223.45º45.55%62.55%-
HSV(B)223.45º42.86%79.61%-
XYZ27.3626.7860.23-
YUV140.01163.55110.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 25.27%
GREEN value IS 140 (55.08% from 255) = 30.50%
BLUE value IS 203 (79.69% from 255) = 44.23%
R=25.27%
G=30.50%
B=44.23%

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
Decimal1161402030.430.3100.20223.4545.5562.55
Hex748CCB2B1F014df2e3f
Octal16421431353370243375677
Binary111010010001100110010111010111111101010011011111101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748CCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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