#7276BA

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

Shades of Chetwode Blue #7276BA

Tints of Chetwode Blue #7276BA

Color information

#7276BA (or 0x7276BA) is unknown color: approx Chetwode Blue. HEX triplet: 72, 76 and BA. RGB value is (114,118,186). Sum of RGB (Red+Green+Blue) = 114+118+186=418 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.27% from 418); Green value is 118 (46.48% from 255 or 28.23% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #7276BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276BA is #8D8945. Grayscale: #7C7C7C. Windows color (decimal): -9275718 or 12220018. OLE color: 12220018.

HSL color Cylindrical-coordinate representation of color #7276BA: hue angle of 236.67º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7276BA is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB114118186-
CMYK0.390.3700.27
HSL236.67º34.29%58.82%-
HSV(B)236.67º38.71%72.94%-
XYZ22.2820.0849.16-
YUV124.56162.67120.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.27%
GREEN value IS 118 (46.48% from 255) = 28.23%
BLUE value IS 186 (73.05% from 255) = 44.50%
R=27.27%
G=28.23%
B=44.50%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1141181860.390.3700.27236.6734.2958.82
Hex7276BA272501Bed223b
Octal16216627247450333554273
Binary111001011101101011101010011110010101101111101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7276BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7276BA; }

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

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

<style>
 a { background-color: #7276BA; }

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

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

<style>
 span { border-color: #7276BA; }

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

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