Html Css Color HEX #7273AB Chetwode Blue

📋 copy color: '#7273AB'

red 114 ◦ green 115 ◦ blue 171

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

Shades of Chetwode Blue #7273AB

Tints of Chetwode Blue #7273AB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.75%

 BLUE value IS 171 (67.19% from 255) = 42.75%

R = 28.5%
G = 28.75%
B = 42.75%

CMYK

 C value IS 0.33

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7273AB (or 0x7273AB) is known color: Chetwode Blue. HEX triplet: 72, 73 and AB. RGB value is (114,115,171). Sum of RGB (Red+Green+Blue) = 114+115+171=400 (52% of max value = 765). Red value is 114 (44.92% from 255 or 28.5% from 400); Green value is 115 (45.31% from 255 or 28.75% from 400); Blue value is 171 (67.19% from 255 or 42.75% from 400); Max value from RGB is 171 - color contains mainly: blue. Hex color #7273AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7273AB is #8D8C54. Grayscale: #787878. Windows color (decimal): -9276501 or 11236210. OLE color: 11236210.

HSL color Cylindrical-coordinate representation of color #7273AB: hue angle of 238.95º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7273AB is Cyan = 0.33, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 115 171 -
CMYK 0.33 0.33 0 0.33
HSL 238.95º 0.25% 0.56% -
HSV(B) 238.95º 0.33% 0.67% -
XYZ 20.42 18.78 41.08 -
YUV 121.09 156.17 122.95 -
System Red Green Blue C M Y K H S L
Decimal 114 115 171 0.33 0.33 0 0.33 238.95 0.25 0.56
Hex 72 73 AB 21 21 0 21 EF 19 38
Octal 162 163 253 41 41 0 41 357 31 70
Binary 1110010 1110011 10101011 100001 100001 0 100001 11101111 11001 111000

Color Harmonies of #7273AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7273AB

Black with #7273AB

Text Example


Text Example

White with #7273AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7273AB; }

 p { color: rgb(114,115,171); }

 H1.HeaderClassName
 {
   color: #7273AB;
 }
 .AnyTagClassName
 {
   color: #7273AB;
 }
</style>

background-color css

<style>
 a { background-color: #7273AB; }

 a { background-color: rgb(114,115,171); }

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

border-color css

<style>
 span { border-color: #7273AB; }

 span { border-color: rgb(114,115,171); }

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