Html Css Color HEX #726FAE Chetwode Blue

📋 copy color: '#726FAE'

red 114 ◦ green 111 ◦ blue 174

#726FAE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #726FAE

Tints of Chetwode Blue #726FAE

RGB

 RED value IS 114 (44.92% from 255) = 28.57%

 GREEN value IS 111 (43.75% from 255) = 27.82%

 BLUE value IS 174 (68.36% from 255) = 43.61%

R = 28.57%
G = 27.82%
B = 43.61%

CMYK

 C value IS 0.34

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#726FAE (or 0x726FAE) is known color: Chetwode Blue. HEX triplet: 72, 6F and AE. RGB value is (114,111,174). Sum of RGB (Red+Green+Blue) = 114+111+174=399 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.57% from 399); Green value is 111 (43.75% from 255 or 27.82% from 399); Blue value is 174 (68.36% from 255 or 43.61% from 399); Max value from RGB is 174 - color contains mainly: blue. Hex color #726FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #726FAE is #8D9051. Grayscale: #767676. Windows color (decimal): -9277522 or 11431794. OLE color: 11431794.

HSL color Cylindrical-coordinate representation of color #726FAE: hue angle of 242.86º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #726FAE is Cyan = 0.34, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 114 111 174 -
CMYK 0.34 0.36 0 0.32
HSL 242.86º 0.28% 0.56% -
HSV(B) 242.86º 0.36% 0.68% -
XYZ 20.26 18 42.45 -
YUV 119.08 158.99 124.38 -
System Red Green Blue C M Y K H S L
Decimal 114 111 174 0.34 0.36 0 0.32 242.86 0.28 0.56
Hex 72 6F AE 22 24 0 20 F3 1C 38
Octal 162 157 256 42 44 0 40 363 34 70
Binary 1110010 1101111 10101110 100010 100100 0 100000 11110011 11100 111000

Color Harmonies of #726FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FAE

Black with #726FAE

Text Example


Text Example

White with #726FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #726FAE;
 }
 .AnyTagClassName
 {
   color: #726FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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