Html Css Color HEX #7476AF Chetwode Blue

📋 copy color: '#7476AF'

red 116 ◦ green 118 ◦ blue 175

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

Shades of Chetwode Blue #7476AF

Tints of Chetwode Blue #7476AF

RGB

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

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

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

R = 28.36%
G = 28.85%
B = 42.79%

CMYK

 C value IS 0.34

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#7476AF (or 0x7476AF) is known color: Chetwode Blue. HEX triplet: 74, 76 and AF. RGB value is (116,118,175). Sum of RGB (Red+Green+Blue) = 116+118+175=409 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.36% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 175 (68.75% from 255 or 42.79% from 409); Max value from RGB is 175 - color contains mainly: blue. Hex color #7476AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7476AF is #8B8950. Grayscale: #7B7B7B. Windows color (decimal): -9144657 or 11499124. OLE color: 11499124.

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

Color convert

RGB 116 118 175 -
CMYK 0.34 0.33 0 0.31
HSL 237.97º 0.27% 0.57% -
HSV(B) 237.97º 0.34% 0.69% -
XYZ 21.42 19.77 43.24 -
YUV 123.9 156.84 122.37 -
System Red Green Blue C M Y K H S L
Decimal 116 118 175 0.34 0.33 0 0.31 237.97 0.27 0.57
Hex 74 76 AF 22 21 0 1F EE 1B 39
Octal 164 166 257 42 41 0 37 356 33 71
Binary 1110100 1110110 10101111 100010 100001 0 11111 11101110 11011 111001

Color Harmonies of #7476AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7476AF

Black with #7476AF

Text Example


Text Example

White with #7476AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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