Html Css Color HEX #7477AB Chetwode Blue

📋 copy color: '#7477AB'

red 116 ◦ green 119 ◦ blue 171

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

Shades of Chetwode Blue #7477AB

Tints of Chetwode Blue #7477AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 42.12%

R = 28.57%
G = 29.31%
B = 42.12%

CMYK

 C value IS 0.32

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7477AB (or 0x7477AB) is known color: Chetwode Blue. HEX triplet: 74, 77 and AB. RGB value is (116,119,171). Sum of RGB (Red+Green+Blue) = 116+119+171=406 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.57% from 406); Green value is 119 (46.88% from 255 or 29.31% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 171 - color contains mainly: blue. Hex color #7477AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7477AB is #8B8854. Grayscale: #7B7B7B. Windows color (decimal): -9144405 or 11237236. OLE color: 11237236.

HSL color Cylindrical-coordinate representation of color #7477AB: hue angle of 236.73º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7477AB is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 119 171 -
CMYK 0.32 0.30 0 0.33
HSL 236.73º 0.25% 0.56% -
HSV(B) 236.73º 0.32% 0.67% -
XYZ 21.15 19.85 41.24 -
YUV 124.03 154.51 122.27 -
System Red Green Blue C M Y K H S L
Decimal 116 119 171 0.32 0.30 0 0.33 236.73 0.25 0.56
Hex 74 77 AB 20 1E 0 21 ED 19 38
Octal 164 167 253 40 36 0 41 355 31 70
Binary 1110100 1110111 10101011 100000 11110 0 100001 11101101 11001 111000

Color Harmonies of #7477AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7477AB

Black with #7477AB

Text Example


Text Example

White with #7477AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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