#73759E

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

Shades of Chetwode Blue #73759E

Tints of Chetwode Blue #73759E

Color information

#73759E (or 0x73759E) is unknown color: approx Chetwode Blue. HEX triplet: 73, 75 and 9E. RGB value is (115,117,158). Sum of RGB (Red+Green+Blue) = 115+117+158=390 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.49% from 390); Green value is 117 (46.09% from 255 or 30% from 390); Blue value is 158 (62.11% from 255 or 40.51% from 390); Max value from RGB is 158 - color contains mainly: blue. Hex color #73759E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73759E is #8C8A61. Grayscale: #787878. Windows color (decimal): -9210466 or 10384755. OLE color: 10384755.

HSL color Cylindrical-coordinate representation of color #73759E: hue angle of 237.21º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73759E is Cyan = 0.27, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115117158-
CMYK0.270.2600.38
HSL237.21º18.14%53.53%-
HSV(B)237.21º27.22%61.96%-
XYZ19.618.8434.95-
YUV121.08148.84123.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.49%
GREEN value IS 117 (46.09% from 255) = 30%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=29.49%
G=30%
B=40.51%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151171580.270.2600.38237.2118.1453.53
Hex73759E1B1A026ed1236
Octal16316523633320463552266
Binary1110011111010110011110110111101001001101110110110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73759E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73759E; }

 p { color: rgb(115,117,158); }

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

<style>
 a { background-color: #73759E; }

 a { background-color: rgb(115,117,158); }

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

<style>
 span { border-color: #73759E; }

 span { border-color: rgb(115,117,158); }

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