#73769B

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

Shades of Chetwode Blue #73769B

Tints of Chetwode Blue #73769B

Color information

#73769B (or 0x73769B) is unknown color: approx Chetwode Blue. HEX triplet: 73, 76 and 9B. RGB value is (115,118,155). Sum of RGB (Red+Green+Blue) = 115+118+155=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 118 (46.48% from 255 or 30.41% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 155 - color contains mainly: blue. Hex color #73769B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73769B is #8C8964. Grayscale: #797979. Windows color (decimal): -9210213 or 10188403. OLE color: 10188403.

HSL color Cylindrical-coordinate representation of color #73769B: hue angle of 235.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #73769B is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115118155-
CMYK0.260.2400.39
HSL235.5º16.67%52.94%-
HSV(B)235.5º25.81%60.78%-
XYZ19.4718.9733.65-
YUV121.32147.01123.49-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.64%
GREEN value IS 118 (46.48% from 255) = 30.41%
BLUE value IS 155 (60.94% from 255) = 39.95%
R=29.64%
G=30.41%
B=39.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1151181550.260.2400.39235.516.6752.94
Hex73769B1A18027ec1135
Octal16316623332300473542165
Binary1110011111011010011011110101100001001111110110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73769B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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