Html Css Color HEX #7473AB Chetwode Blue

📋 copy color: '#7473AB'

red 116 ◦ green 115 ◦ blue 171

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

Shades of Chetwode Blue #7473AB

Tints of Chetwode Blue #7473AB

RGB

 RED value IS 116 (45.7% from 255) = 28.86%

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

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

R = 28.86%
G = 28.61%
B = 42.54%

CMYK

 C value IS 0.32

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7473AB (or 0x7473AB) is known color: Chetwode Blue. HEX triplet: 74, 73 and AB. RGB value is (116,115,171). Sum of RGB (Red+Green+Blue) = 116+115+171=402 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.86% from 402); Green value is 115 (45.31% from 255 or 28.61% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #7473AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7473AB is #8B8C54. Grayscale: #797979. Windows color (decimal): -9145429 or 11236212. OLE color: 11236212.

HSL color Cylindrical-coordinate representation of color #7473AB: hue angle of 241.07º 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 #7473AB is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 115 171 -
CMYK 0.32 0.33 0 0.33
HSL 241.07º 0.25% 0.56% -
HSV(B) 241.07º 0.33% 0.67% -
XYZ 20.68 18.91 41.09 -
YUV 121.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 116 115 171 0.32 0.33 0 0.33 241.07 0.25 0.56
Hex 74 73 AB 20 21 0 21 F1 19 38
Octal 164 163 253 40 41 0 41 361 31 70
Binary 1110100 1110011 10101011 100000 100001 0 100001 11110001 11001 111000

Color Harmonies of #7473AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473AB

Black with #7473AB

Text Example


Text Example

White with #7473AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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