#7273BF

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

Shades of Chetwode Blue #7273BF

Tints of Chetwode Blue #7273BF

Color information

#7273BF (or 0x7273BF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 73 and BF. RGB value is (114,115,191). Sum of RGB (Red+Green+Blue) = 114+115+191=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #7273BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7273BF is #8D8C40. Grayscale: #7B7B7B. Windows color (decimal): -9276481 or 12546930. OLE color: 12546930.

HSL color Cylindrical-coordinate representation of color #7273BF: hue angle of 239.22º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7273BF is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114115191-
CMYK0.400.4000.25
HSL239.22º37.56%59.8%-
HSV(B)239.22º40.31%74.9%-
XYZ22.4719.651.89-
YUV123.36166.17121.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 191 (75% from 255) = 45.48%
R=27.14%
G=27.38%
B=45.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141151910.400.4000.25239.2237.5659.8
Hex7273BF2828019ef263c
Octal16216327750500313574674
Binary111001011100111011111110100010100001100111101111100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7273BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7273BF; }

 p { color: rgb(114,115,191); }

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

<style>
 a { background-color: #7273BF; }

 a { background-color: rgb(114,115,191); }

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

<style>
 span { border-color: #7273BF; }

 span { border-color: rgb(114,115,191); }

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