#7476BC

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

Shades of Chetwode Blue #7476BC

Tints of Chetwode Blue #7476BC

Color information

#7476BC (or 0x7476BC) is unknown color: approx Chetwode Blue. HEX triplet: 74, 76 and BC. RGB value is (116,118,188). Sum of RGB (Red+Green+Blue) = 116+118+188=422 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.49% from 422); Green value is 118 (46.48% from 255 or 27.96% from 422); Blue value is 188 (73.83% from 255 or 44.55% from 422); Max value from RGB is 188 - color contains mainly: blue. Hex color #7476BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7476BC is #8B8943. Grayscale: #7D7D7D. Windows color (decimal): -9144644 or 12351092. OLE color: 12351092.

HSL color Cylindrical-coordinate representation of color #7476BC: hue angle of 238.33º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7476BC is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB116118188-
CMYK0.380.3700.26
HSL238.33º34.95%59.61%-
HSV(B)238.33º38.3%73.73%-
XYZ22.7620.350.3-
YUV125.38163.34121.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.49%
GREEN value IS 118 (46.48% from 255) = 27.96%
BLUE value IS 188 (73.83% from 255) = 44.55%
R=27.49%
G=27.96%
B=44.55%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161181880.380.3700.26238.3334.9559.61
Hex7476BC262501Aee233c
Octal16416627446450323564374
Binary111010011101101011110010011010010101101011101110100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7476BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7476BC;
 }
 .AnyTagClassName
 {
   color: #7476BC;
 }
</style>
background-color css

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

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

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

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

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

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