#747FCB

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

Shades of Wild Blue Yonder #747FCB

Tints of Wild Blue Yonder #747FCB

Color information

#747FCB (or 0x747FCB) is unknown color: approx Wild Blue Yonder. HEX triplet: 74, 7F and CB. RGB value is (116,127,203). Sum of RGB (Red+Green+Blue) = 116+127+203=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #747FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747FCB is #8B8034. Grayscale: #848484. Windows color (decimal): -9142325 or 13336436. OLE color: 13336436.

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

Color convert

RGB116127203-
CMYK0.430.3700.20
HSL232.41º45.55%62.55%-
HSV(B)232.41º42.86%79.61%-
XYZ25.5723.259.63-
YUV132.38167.86116.32-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.01%
GREEN value IS 127 (50% from 255) = 28.48%
BLUE value IS 203 (79.69% from 255) = 45.52%
R=26.01%
G=28.48%
B=45.52%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1161272030.430.3700.20232.4145.5562.55
Hex747FCB2B25014e82e3f
Octal16417731353450243505677
Binary111010011111111100101110101110010101010011101000101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #747FCB; }

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

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

<style>
 a { background-color: #747FCB; }

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

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

<style>
 span { border-color: #747FCB; }

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

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