#7475BB

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

Shades of Chetwode Blue #7475BB

Tints of Chetwode Blue #7475BB

Color information

#7475BB (or 0x7475BB) is unknown color: approx Chetwode Blue. HEX triplet: 74, 75 and BB. RGB value is (116,117,187). Sum of RGB (Red+Green+Blue) = 116+117+187=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 187 (73.44% from 255 or 44.52% from 420); Max value from RGB is 187 - color contains mainly: blue. Hex color #7475BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7475BB is #8B8A44. Grayscale: #7C7C7C. Windows color (decimal): -9144901 or 12285300. OLE color: 12285300.

HSL color Cylindrical-coordinate representation of color #7475BB: hue angle of 239.15º 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 #7475BB is Cyan = 0.38, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB116117187-
CMYK0.380.3700.27
HSL239.15º34.3%59.41%-
HSV(B)239.15º37.97%73.33%-
XYZ22.5320.0249.69-
YUV124.68163.17121.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.62%
GREEN value IS 117 (46.09% from 255) = 27.86%
BLUE value IS 187 (73.44% from 255) = 44.52%
R=27.62%
G=27.86%
B=44.52%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1161171870.380.3700.27239.1534.359.41
Hex7475BB262501Bef223b
Octal16416527346450333574273
Binary111010011101011011101110011010010101101111101111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7475BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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