#7276B6

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

Shades of Chetwode Blue #7276B6

Tints of Chetwode Blue #7276B6

Color information

#7276B6 (or 0x7276B6) is unknown color: approx Chetwode Blue. HEX triplet: 72, 76 and B6. RGB value is (114,118,182). Sum of RGB (Red+Green+Blue) = 114+118+182=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #7276B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276B6 is #8D8949. Grayscale: #7B7B7B. Windows color (decimal): -9275722 or 11957874. OLE color: 11957874.

HSL color Cylindrical-coordinate representation of color #7276B6: hue angle of 236.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7276B6 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB114118182-
CMYK0.370.3500.29
HSL236.47º31.78%58.04%-
HSV(B)236.47º37.36%71.37%-
XYZ21.8619.9146.95-
YUV124.1160.67120.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.54%
GREEN value IS 118 (46.48% from 255) = 28.50%
BLUE value IS 182 (71.48% from 255) = 43.96%
R=27.54%
G=28.50%
B=43.96%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1141181820.370.3500.29236.4731.7858.04
Hex7276B6252301Dec203a
Octal16216626645430353544072
Binary111001011101101011011010010110001101110111101100100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7276B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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