#7477BB

Color #7477BB Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #7477BB

Tints of Chetwode Blue #7477BB

Color information

#7477BB (or 0x7477BB) is unknown color: approx 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

RGB116119187-
CMYK0.380.3600.27
HSL237.46º34.3%59.41%-
HSV(B)237.46º37.97%73.33%-
XYZ22.7720.4949.77-
YUV125.85162.51120.97-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 119 (46.88% from 255) = 28.20%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=27.49%
G=28.20%
B=44.31%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161191870.380.3600.27237.4634.359.41
Hex7477BB262401Bed223b
Octal16416727346440333554273
Binary111010011101111011101110011010010001101111101101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7477BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>