#7270BF

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

Shades of Chetwode Blue #7270BF

Tints of Chetwode Blue #7270BF

Color information

#7270BF (or 0x7270BF) is unknown color: approx Chetwode Blue. HEX triplet: 72, 70 and BF. RGB value is (114,112,191). Sum of RGB (Red+Green+Blue) = 114+112+191=417 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.34% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #7270BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270BF is #8D8F40. Grayscale: #797979. Windows color (decimal): -9277249 or 12546162. OLE color: 12546162.

HSL color Cylindrical-coordinate representation of color #7270BF: hue angle of 241.52º degrees, saturation: 0.38, 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 #7270BF is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114112191-
CMYK0.400.4100.25
HSL241.52º38.16%59.41%-
HSV(B)241.52º41.36%74.9%-
XYZ22.1418.9351.78-
YUV121.6167.16122.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.34%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 191 (75% from 255) = 45.80%
R=27.34%
G=26.86%
B=45.80%

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
Decimal1141121910.400.4100.25241.5238.1659.41
Hex7270BF2829019f2263b
Octal16216027750510313624673
Binary111001011100001011111110100010100101100111110010100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7270BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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