Html Css Color HEX #7477BB Chetwode Blue

📋 copy color: '#7477BB'

red 116 ◦ green 119 ◦ blue 187

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

Shades of Chetwode Blue #7477BB

Tints of Chetwode Blue #7477BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44.31%

R = 27.49%
G = 28.2%
B = 44.31%

CMYK

 C value IS 0.38

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7477BB (or 0x7477BB) is known color: Chetwode Blue. HEX triplet: 74, 77 and BB. RGB value is (116,119,187). Sum of RGB (Red+Green+Blue) = 116+119+187=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 119 (46.88% from 255 or 28.20% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7477BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7477BB is #8B8844. Grayscale: #7D7D7D. Windows color (decimal): -9144389 or 12285812. OLE color: 12285812.

HSL color Cylindrical-coordinate representation of color #7477BB: hue angle of 237.46º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7477BB is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 119 187 -
CMYK 0.38 0.36 0 0.27
HSL 237.46º 0.34% 0.59% -
HSV(B) 237.46º 0.38% 0.73% -
XYZ 22.77 20.49 49.77 -
YUV 125.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 116 119 187 0.38 0.36 0 0.27 237.46 0.34 0.59
Hex 74 77 BB 26 24 0 1B ED 22 3B
Octal 164 167 273 46 44 0 33 355 42 73
Binary 1110100 1110111 10111011 100110 100100 0 11011 11101101 100010 111011

Color Harmonies of #7477BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7477BB

Black with #7477BB

Text Example


Text Example

White with #7477BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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