Html Css Color HEX #726DB3 Chetwode Blue

📋 copy color: '#726DB3'

red 114 ◦ green 109 ◦ blue 179

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

Shades of Chetwode Blue #726DB3

Tints of Chetwode Blue #726DB3

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.11%

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

R = 28.36%
G = 27.11%
B = 44.53%

CMYK

 C value IS 0.36

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#726DB3 (or 0x726DB3) is known color: Chetwode Blue. HEX triplet: 72, 6D and B3. RGB value is (114,109,179). Sum of RGB (Red+Green+Blue) = 114+109+179=402 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.36% from 402); Green value is 109 (42.97% from 255 or 27.11% from 402); Blue value is 179 (70.31% from 255 or 44.53% from 402); Max value from RGB is 179 - color contains mainly: blue. Hex color #726DB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DB3 is #8D924C. Grayscale: #767676. Windows color (decimal): -9278029 or 11758962. OLE color: 11758962.

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

Color convert

RGB 114 109 179 -
CMYK 0.36 0.39 0 0.30
HSL 244.29º 0.32% 0.56% -
HSV(B) 244.29º 0.39% 0.7% -
XYZ 20.54 17.77 44.99 -
YUV 118.48 162.16 124.81 -
System Red Green Blue C M Y K H S L
Decimal 114 109 179 0.36 0.39 0 0.30 244.29 0.32 0.56
Hex 72 6D B3 24 27 0 1E F4 20 38
Octal 162 155 263 44 47 0 36 364 40 70
Binary 1110010 1101101 10110011 100100 100111 0 11110 11110100 100000 111000

Color Harmonies of #726DB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DB3

Black with #726DB3

Text Example


Text Example

White with #726DB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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