Html Css Color HEX #726FB3 Chetwode Blue

📋 copy color: '#726FB3'

red 114 ◦ green 111 ◦ blue 179

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

Shades of Chetwode Blue #726FB3

Tints of Chetwode Blue #726FB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.31%

R = 28.22%
G = 27.48%
B = 44.31%

CMYK

 C value IS 0.36

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#726FB3 (or 0x726FB3) is known color: Chetwode Blue. HEX triplet: 72, 6F and B3. RGB value is (114,111,179). Sum of RGB (Red+Green+Blue) = 114+111+179=404 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.22% from 404); Green value is 111 (43.75% from 255 or 27.48% from 404); Blue value is 179 (70.31% from 255 or 44.31% from 404); Max value from RGB is 179 - color contains mainly: blue. Hex color #726FB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FB3 is #8D904C. Grayscale: #777777. Windows color (decimal): -9277517 or 11759474. OLE color: 11759474.

HSL color Cylindrical-coordinate representation of color #726FB3: hue angle of 242.65º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #726FB3 is Cyan = 0.36, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 114 111 179 -
CMYK 0.36 0.38 0 0.30
HSL 242.65º 0.31% 0.57% -
HSV(B) 242.65º 0.38% 0.7% -
XYZ 20.76 18.2 45.07 -
YUV 119.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 114 111 179 0.36 0.38 0 0.30 242.65 0.31 0.57
Hex 72 6F B3 24 26 0 1E F3 1F 39
Octal 162 157 263 44 46 0 36 363 37 71
Binary 1110010 1101111 10110011 100100 100110 0 11110 11110011 11111 111001

Color Harmonies of #726FB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FB3

Black with #726FB3

Text Example


Text Example

White with #726FB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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