#72749E

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

Shades of Chetwode Blue #72749E

Tints of Chetwode Blue #72749E

Color information

#72749E (or 0x72749E) is unknown color: approx Chetwode Blue. HEX triplet: 72, 74 and 9E. RGB value is (114,116,158). Sum of RGB (Red+Green+Blue) = 114+116+158=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #72749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749E is #8D8B61. Grayscale: #787878. Windows color (decimal): -9276258 or 10384498. OLE color: 10384498.

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

Color convert

RGB114116158-
CMYK0.280.2700.38
HSL237.27º18.49%53.33%-
HSV(B)237.27º27.85%61.96%-
XYZ19.3618.5434.91-
YUV120.19149.34123.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.38%
GREEN value IS 116 (45.70% from 255) = 29.90%
BLUE value IS 158 (62.11% from 255) = 40.72%
R=29.38%
G=29.90%
B=40.72%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1141161580.280.2700.38237.2718.4953.33
Hex72749E1C1B026ed1235
Octal16216423634330463552265
Binary1110010111010010011110111001101101001101110110110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72749E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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