Html Css Color HEX #72749E Chetwode Blue

📋 copy color: '#72749E'

red 114 ◦ green 116 ◦ blue 158

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

Shades of Chetwode Blue #72749E

Tints of Chetwode Blue #72749E

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.9%

 BLUE value IS 158 (62.11% from 255) = 40.72%

R = 29.38%
G = 29.9%
B = 40.72%

CMYK

 C value IS 0.28

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72749E (or 0x72749E) is known color: Chetwode Blue. HEX triplet: 72, 74 and 9E. RGB value is (114,116,158). Sum of RGB (Red+Green+Blue) = 114+116+158=388 (51% of max value = 765). Red value is 114 (44.92% from 255 or 29.38% from 388); Green value is 116 (45.70% from 255 or 29.90% from 388); Blue value is 158 (62.11% from 255 or 40.72% from 388); Max value from RGB is 158 - color contains mainly: blue. Hex color #72749E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #72749E is #8D8B61. Grayscale: #787878. Windows color (decimal): -9276258 or 10384498. OLE color: 10384498.

HSL color Cylindrical-coordinate representation of color #72749E: hue angle of 237.27º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72749E is Cyan = 0.28, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 116 158 -
CMYK 0.28 0.27 0 0.38
HSL 237.27º 0.18% 0.53% -
HSV(B) 237.27º 0.28% 0.62% -
XYZ 19.36 18.54 34.91 -
YUV 120.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 114 116 158 0.28 0.27 0 0.38 237.27 0.18 0.53
Hex 72 74 9E 1C 1B 0 26 ED 12 35
Octal 162 164 236 34 33 0 46 355 22 65
Binary 1110010 1110100 10011110 11100 11011 0 100110 11101101 10010 110101

Color Harmonies of #72749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72749E

Black with #72749E

Text Example


Text Example

White with #72749E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72749E; }

 p { color: rgb(114,116,158); }

 H1.HeaderClassName
 {
   color: #72749E;
 }
 .AnyTagClassName
 {
   color: #72749E;
 }
</style>

background-color css

<style>
 a { background-color: #72749E; }

 a { background-color: rgb(114,116,158); }

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

border-color css

<style>
 span { border-color: #72749E; }

 span { border-color: rgb(114,116,158); }

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