Html Css Color HEX #7476AE Chetwode Blue

📋 copy color: '#7476AE'

red 116 ◦ green 118 ◦ blue 174

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

Shades of Chetwode Blue #7476AE

Tints of Chetwode Blue #7476AE

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.92%

 BLUE value IS 174 (68.36% from 255) = 42.65%

R = 28.43%
G = 28.92%
B = 42.65%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7476AE (or 0x7476AE) is known color: Chetwode Blue. HEX triplet: 74, 76 and AE. RGB value is (116,118,174). Sum of RGB (Red+Green+Blue) = 116+118+174=408 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.43% from 408); Green value is 118 (46.48% from 255 or 28.92% from 408); Blue value is 174 (68.36% from 255 or 42.65% from 408); Max value from RGB is 174 - color contains mainly: blue. Hex color #7476AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7476AE is #8B8951. Grayscale: #7B7B7B. Windows color (decimal): -9144658 or 11433588. OLE color: 11433588.

HSL color Cylindrical-coordinate representation of color #7476AE: hue angle of 237.93º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7476AE is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 118 174 -
CMYK 0.33 0.32 0 0.32
HSL 237.93º 0.26% 0.57% -
HSV(B) 237.93º 0.33% 0.68% -
XYZ 21.32 19.73 42.73 -
YUV 123.79 156.34 122.45 -
System Red Green Blue C M Y K H S L
Decimal 116 118 174 0.33 0.32 0 0.32 237.93 0.26 0.57
Hex 74 76 AE 21 20 0 20 EE 1A 39
Octal 164 166 256 41 40 0 40 356 32 71
Binary 1110100 1110110 10101110 100001 100000 0 100000 11101110 11010 111001

Color Harmonies of #7476AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7476AE

Black with #7476AE

Text Example


Text Example

White with #7476AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7476AE; }

 p { color: rgb(116,118,174); }

 H1.HeaderClassName
 {
   color: #7476AE;
 }
 .AnyTagClassName
 {
   color: #7476AE;
 }
</style>

background-color css

<style>
 a { background-color: #7476AE; }

 a { background-color: rgb(116,118,174); }

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

border-color css

<style>
 span { border-color: #7476AE; }

 span { border-color: rgb(116,118,174); }

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