#726FBC

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

Shades of Chetwode Blue #726FBC

Tints of Chetwode Blue #726FBC

Color information

#726FBC (or 0x726FBC) is unknown color: approx Chetwode Blue. HEX triplet: 72, 6F and BC. RGB value is (114,111,188). Sum of RGB (Red+Green+Blue) = 114+111+188=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #726FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FBC is #8D9043. Grayscale: #787878. Windows color (decimal): -9277508 or 12349298. OLE color: 12349298.

HSL color Cylindrical-coordinate representation of color #726FBC: hue angle of 242.34º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #726FBC is Cyan = 0.39, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB114111188-
CMYK0.390.4100.26
HSL242.34º36.49%58.63%-
HSV(B)242.34º40.96%73.73%-
XYZ21.718.5850.02-
YUV120.68165.99123.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.60%
GREEN value IS 111 (43.75% from 255) = 26.88%
BLUE value IS 188 (73.83% from 255) = 45.52%
R=27.60%
G=26.88%
B=45.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1141111880.390.4100.26242.3436.4958.63
Hex726FBC272901Af2243b
Octal16215727447510323624473
Binary111001011011111011110010011110100101101011110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #726FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #726FBC; }

 p { color: rgb(114,111,188); }

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

<style>
 a { background-color: #726FBC; }

 a { background-color: rgb(114,111,188); }

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

<style>
 span { border-color: #726FBC; }

 span { border-color: rgb(114,111,188); }

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