#7271BE

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

Shades of Chetwode Blue #7271BE

Tints of Chetwode Blue #7271BE

Color information

#7271BE (or 0x7271BE) is unknown color: approx Chetwode Blue. HEX triplet: 72, 71 and BE. RGB value is (114,113,190). Sum of RGB (Red+Green+Blue) = 114+113+190=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 113 (44.53% from 255 or 27.10% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #7271BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7271BE is #8D8E41. Grayscale: #797979. Windows color (decimal): -9276994 or 12480882. OLE color: 12480882.

HSL color Cylindrical-coordinate representation of color #7271BE: hue angle of 240.78º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7271BE is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114113190-
CMYK0.400.4100.25
HSL240.78º37.2%59.41%-
HSV(B)240.78º40.53%74.51%-
XYZ22.1419.1151.24-
YUV122.08166.33122.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 113 (44.53% from 255) = 27.10%
BLUE value IS 190 (74.61% from 255) = 45.56%
R=27.34%
G=27.10%
B=45.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141131900.400.4100.25240.7837.259.41
Hex7271BE2829019f1253b
Octal16216127650510313614573
Binary111001011100011011111010100010100101100111110001100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7271BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7271BE; }

 p { color: rgb(114,113,190); }

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

<style>
 a { background-color: #7271BE; }

 a { background-color: rgb(114,113,190); }

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

<style>
 span { border-color: #7271BE; }

 span { border-color: rgb(114,113,190); }

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