Html Css Color HEX #7471AF Chetwode Blue

📋 copy color: '#7471AF'

red 116 ◦ green 113 ◦ blue 175

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

Shades of Chetwode Blue #7471AF

Tints of Chetwode Blue #7471AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 43.32%

R = 28.71%
G = 27.97%
B = 43.32%

CMYK

 C value IS 0.34

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7471AF (or 0x7471AF) is known color: Chetwode Blue. HEX triplet: 74, 71 and AF. RGB value is (116,113,175). Sum of RGB (Red+Green+Blue) = 116+113+175=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 175 (68.75% from 255 or 43.32% from 404); Max value from RGB is 175 - color contains mainly: blue. Hex color #7471AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7471AF is #8B8E50. Grayscale: #787878. Windows color (decimal): -9145937 or 11497844. OLE color: 11497844.

HSL color Cylindrical-coordinate representation of color #7471AF: hue angle of 242.9º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7471AF is Cyan = 0.34, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 113 175 -
CMYK 0.34 0.35 0 0.31
HSL 242.9º 0.28% 0.56% -
HSV(B) 242.9º 0.35% 0.69% -
XYZ 20.85 18.62 43.05 -
YUV 120.97 158.49 124.46 -
System Red Green Blue C M Y K H S L
Decimal 116 113 175 0.34 0.35 0 0.31 242.9 0.28 0.56
Hex 74 71 AF 22 23 0 1F F3 1C 38
Octal 164 161 257 42 43 0 37 363 34 70
Binary 1110100 1110001 10101111 100010 100011 0 11111 11110011 11100 111000

Color Harmonies of #7471AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7471AF

Black with #7471AF

Text Example


Text Example

White with #7471AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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