#73779F

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

Shades of Chetwode Blue #73779F

Tints of Chetwode Blue #73779F

Color information

#73779F (or 0x73779F) is unknown color: approx Chetwode Blue. HEX triplet: 73, 77 and 9F. RGB value is (115,119,159). Sum of RGB (Red+Green+Blue) = 115+119+159=393 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.26% from 393); Green value is 119 (46.88% from 255 or 30.28% from 393); Blue value is 159 (62.5% from 255 or 40.46% from 393); Max value from RGB is 159 - color contains mainly: blue. Hex color #73779F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #73779F is #8C8860. Grayscale: #7A7A7A. Windows color (decimal): -9209953 or 10450803. OLE color: 10450803.

HSL color Cylindrical-coordinate representation of color #73779F: hue angle of 234.55º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #73779F is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB115119159-
CMYK0.280.2500.38
HSL234.55º18.64%53.73%-
HSV(B)234.55º27.67%62.35%-
XYZ19.9319.3435.48-
YUV122.36148.67122.75-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 29.26%
GREEN value IS 119 (46.88% from 255) = 30.28%
BLUE value IS 159 (62.5% from 255) = 40.46%
R=29.26%
G=30.28%
B=40.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1151191590.280.2500.38234.5518.6453.73
Hex73779F1C19026eb1336
Octal16316723734310463532366
Binary1110011111011110011111111001100101001101110101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73779F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73779F; }

 p { color: rgb(115,119,159); }

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

<style>
 a { background-color: #73779F; }

 a { background-color: rgb(115,119,159); }

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

<style>
 span { border-color: #73779F; }

 span { border-color: rgb(115,119,159); }

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