Html Css Color HEX #7471AC Chetwode Blue

📋 copy color: '#7471AC'

red 116 ◦ green 113 ◦ blue 172

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

Shades of Chetwode Blue #7471AC

Tints of Chetwode Blue #7471AC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.18%

 BLUE value IS 172 (67.58% from 255) = 42.89%

R = 28.93%
G = 28.18%
B = 42.89%

CMYK

 C value IS 0.33

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7471AC (or 0x7471AC) is known color: Chetwode Blue. HEX triplet: 74, 71 and AC. RGB value is (116,113,172). Sum of RGB (Red+Green+Blue) = 116+113+172=401 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.93% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #7471AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7471AC is #8B8E53. Grayscale: #787878. Windows color (decimal): -9145940 or 11301236. OLE color: 11301236.

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

Color convert

RGB 116 113 172 -
CMYK 0.33 0.34 0 0.33
HSL 243.05º 0.26% 0.56% -
HSV(B) 243.05º 0.34% 0.67% -
XYZ 20.55 18.5 41.52 -
YUV 120.62 156.99 124.7 -
System Red Green Blue C M Y K H S L
Decimal 116 113 172 0.33 0.34 0 0.33 243.05 0.26 0.56
Hex 74 71 AC 21 22 0 21 F3 1A 38
Octal 164 161 254 41 42 0 41 363 32 70
Binary 1110100 1110001 10101100 100001 100010 0 100001 11110011 11010 111000

Color Harmonies of #7471AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471AC

Black with #7471AC

Text Example


Text Example

White with #7471AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7471AC; }

 p { color: rgb(116,113,172); }

 H1.HeaderClassName
 {
   color: #7471AC;
 }
 .AnyTagClassName
 {
   color: #7471AC;
 }
</style>

background-color css

<style>
 a { background-color: #7471AC; }

 a { background-color: rgb(116,113,172); }

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

border-color css

<style>
 span { border-color: #7471AC; }

 span { border-color: rgb(116,113,172); }

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