#72769E

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

Shades of Chetwode Blue #72769E

Tints of Chetwode Blue #72769E

Color information

#72769E (or 0x72769E) is unknown color: approx Chetwode Blue. HEX triplet: 72, 76 and 9E. RGB value is (114,118,158). Sum of RGB (Red+Green+Blue) = 114+118+158=390 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.23% from 390); Green value is 118 (46.48% from 255 or 30.26% 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 #72769E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72769E is #8D8961. Grayscale: #797979. Windows color (decimal): -9275746 or 10385010. OLE color: 10385010.

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

Color convert

RGB114118158-
CMYK0.280.2500.38
HSL234.55º18.49%53.33%-
HSV(B)234.55º27.85%61.96%-
XYZ19.591934.98-
YUV121.36148.67122.75-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.23%
GREEN value IS 118 (46.48% from 255) = 30.26%
BLUE value IS 158 (62.11% from 255) = 40.51%
R=29.23%
G=30.26%
B=40.51%

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
Decimal1141181580.280.2500.38234.5518.4953.33
Hex72769E1C19026eb1235
Octal16216623634310463532265
Binary1110010111011010011110111001100101001101110101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72769E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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