#73769C

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

Shades of Chetwode Blue #73769C

Tints of Chetwode Blue #73769C

Color information

#73769C (or 0x73769C) is unknown color: approx Chetwode Blue. HEX triplet: 73, 76 and 9C. RGB value is (115,118,156). Sum of RGB (Red+Green+Blue) = 115+118+156=389 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.56% from 389); Green value is 118 (46.48% from 255 or 30.33% from 389); Blue value is 156 (61.33% from 255 or 40.10% from 389); Max value from RGB is 156 - color contains mainly: blue. Hex color #73769C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73769C is #8C8963. Grayscale: #797979. Windows color (decimal): -9210212 or 10253939. OLE color: 10253939.

HSL color Cylindrical-coordinate representation of color #73769C: hue angle of 235.61º 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 #73769C is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB115118156-
CMYK0.260.2400.39
HSL235.61º17.15%53.14%-
HSV(B)235.61º26.28%61.18%-
XYZ19.551934.09-
YUV121.43147.51123.41-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.56%
GREEN value IS 118 (46.48% from 255) = 30.33%
BLUE value IS 156 (61.33% from 255) = 40.10%
R=29.56%
G=30.33%
B=40.10%

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
Decimal1151181560.260.2400.39235.6117.1553.14
Hex73769C1A18027ec1135
Octal16316623432300473542165
Binary1110011111011010011100110101100001001111110110010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73769C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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