Html Css Color HEX #726DB4 Chetwode Blue

📋 copy color: '#726DB4'

red 114 ◦ green 109 ◦ blue 180

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

Shades of Chetwode Blue #726DB4

Tints of Chetwode Blue #726DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 44.67%

R = 28.29%
G = 27.05%
B = 44.67%

CMYK

 C value IS 0.37

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#726DB4 (or 0x726DB4) is known color: Chetwode Blue. HEX triplet: 72, 6D and B4. RGB value is (114,109,180). Sum of RGB (Red+Green+Blue) = 114+109+180=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 180 (70.70% from 255 or 44.67% from 403); Max value from RGB is 180 - color contains mainly: blue. Hex color #726DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726DB4 is #8D924B. Grayscale: #767676. Windows color (decimal): -9278028 or 11824498. OLE color: 11824498.

HSL color Cylindrical-coordinate representation of color #726DB4: hue angle of 244.23º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #726DB4 is Cyan = 0.37, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 109 180 -
CMYK 0.37 0.39 0 0.29
HSL 244.23º 0.32% 0.57% -
HSV(B) 244.23º 0.39% 0.71% -
XYZ 20.65 17.81 45.53 -
YUV 118.59 162.66 124.73 -
System Red Green Blue C M Y K H S L
Decimal 114 109 180 0.37 0.39 0 0.29 244.23 0.32 0.57
Hex 72 6D B4 25 27 0 1D F4 20 39
Octal 162 155 264 45 47 0 35 364 40 71
Binary 1110010 1101101 10110100 100101 100111 0 11101 11110100 100000 111001

Color Harmonies of #726DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726DB4

Black with #726DB4

Text Example


Text Example

White with #726DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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