Html Css Color HEX #7477A9 Chetwode Blue

📋 copy color: '#7477A9'

red 116 ◦ green 119 ◦ blue 169

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

Shades of Chetwode Blue #7477A9

Tints of Chetwode Blue #7477A9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 29.46%

 BLUE value IS 169 (66.41% from 255) = 41.83%

R = 28.71%
G = 29.46%
B = 41.83%

CMYK

 C value IS 0.31

 M value IS 0.30

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#7477A9 (or 0x7477A9) is known color: Chetwode Blue. HEX triplet: 74, 77 and A9. RGB value is (116,119,169). Sum of RGB (Red+Green+Blue) = 116+119+169=404 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.71% from 404); Green value is 119 (46.88% from 255 or 29.46% from 404); Blue value is 169 (66.41% from 255 or 41.83% from 404); Max value from RGB is 169 - color contains mainly: blue. Hex color #7477A9 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7477A9 is #8B8856. Grayscale: #7B7B7B. Windows color (decimal): -9144407 or 11106164. OLE color: 11106164.

HSL color Cylindrical-coordinate representation of color #7477A9: hue angle of 236.6º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7477A9 is Cyan = 0.31, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 116 119 169 -
CMYK 0.31 0.30 0 0.34
HSL 236.6º 0.24% 0.56% -
HSV(B) 236.6º 0.31% 0.66% -
XYZ 20.96 19.77 40.25 -
YUV 123.8 153.51 122.43 -
System Red Green Blue C M Y K H S L
Decimal 116 119 169 0.31 0.30 0 0.34 236.6 0.24 0.56
Hex 74 77 A9 1F 1E 0 22 ED 18 38
Octal 164 167 251 37 36 0 42 355 30 70
Binary 1110100 1110111 10101001 11111 11110 0 100010 11101101 11000 111000

Color Harmonies of #7477A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7477A9

Black with #7477A9

Text Example


Text Example

White with #7477A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7477A9; }

 p { color: rgb(116,119,169); }

 H1.HeaderClassName
 {
   color: #7477A9;
 }
 .AnyTagClassName
 {
   color: #7477A9;
 }
</style>

background-color css

<style>
 a { background-color: #7477A9; }

 a { background-color: rgb(116,119,169); }

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

border-color css

<style>
 span { border-color: #7477A9; }

 span { border-color: rgb(116,119,169); }

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