#747BB5

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

Shades of Chetwode Blue #747BB5

Tints of Chetwode Blue #747BB5

Color information

#747BB5 (or 0x747BB5) is unknown color: approx Chetwode Blue. HEX triplet: 74, 7B and B5. RGB value is (116,123,181). Sum of RGB (Red+Green+Blue) = 116+123+181=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 123 (48.44% from 255 or 29.29% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #747BB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #747BB5 is #8B844A. Grayscale: #7F7F7F. Windows color (decimal): -9143371 or 11893620. OLE color: 11893620.

HSL color Cylindrical-coordinate representation of color #747BB5: hue angle of 233.54º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #747BB5 is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB116123181-
CMYK0.360.3200.29
HSL233.54º30.52%58.24%-
HSV(B)233.54º35.91%70.98%-
XYZ22.6321.2246.62-
YUV127.52158.18119.78-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 123 (48.44% from 255) = 29.29%
BLUE value IS 181 (71.09% from 255) = 43.10%
R=27.62%
G=29.29%
B=43.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1161231810.360.3200.29233.5430.5258.24
Hex747BB5242001Dea1f3a
Octal16417326544400353523772
Binary11101001111011101101011001001000000111011110101011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #747BB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,123,181); }

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

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

 a { background-color: rgb(116,123,181); }

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

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

 span { border-color: rgb(116,123,181); }

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