#73769E

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

Shades of Chetwode Blue #73769E

Tints of Chetwode Blue #73769E

Color information

#73769E (or 0x73769E) is unknown color: approx Chetwode Blue. HEX triplet: 73, 76 and 9E. RGB value is (115,118,158). Sum of RGB (Red+Green+Blue) = 115+118+158=391 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.41% from 391); Green value is 118 (46.48% from 255 or 30.18% from 391); Blue value is 158 (62.11% from 255 or 40.41% from 391); Max value from RGB is 158 - color contains mainly: blue. Hex color #73769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73769E is #8C8961. Grayscale: #797979. Windows color (decimal): -9210210 or 10385011. OLE color: 10385011.

HSL color Cylindrical-coordinate representation of color #73769E: hue angle of 235.81º 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 #73769E is Cyan = 0.27, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115118158-
CMYK0.270.2500.38
HSL235.81º18.14%53.53%-
HSV(B)235.81º27.22%61.96%-
XYZ19.7219.0734.99-
YUV121.66148.51123.25-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.41%
GREEN value IS 118 (46.48% from 255) = 30.18%
BLUE value IS 158 (62.11% from 255) = 40.41%
R=29.41%
G=30.18%
B=40.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151181580.270.2500.38235.8118.1453.53
Hex73769E1B19026ec1236
Octal16316623633310463542266
Binary1110011111011010011110110111100101001101110110010010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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