#7472BC

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

Shades of Chetwode Blue #7472BC

Tints of Chetwode Blue #7472BC

Color information

#7472BC (or 0x7472BC) is unknown color: approx Chetwode Blue. HEX triplet: 74, 72 and BC. RGB value is (116,114,188). Sum of RGB (Red+Green+Blue) = 116+114+188=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 114 (44.92% from 255 or 27.27% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7472BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7472BC is #8B8D43. Grayscale: #7A7A7A. Windows color (decimal): -9145668 or 12350068. OLE color: 12350068.

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

Color convert

RGB116114188-
CMYK0.380.3900.26
HSL241.62º35.58%59.22%-
HSV(B)241.62º39.36%73.73%-
XYZ22.319.3850.14-
YUV123.03164.66122.98-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.75%
GREEN value IS 114 (44.92% from 255) = 27.27%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=27.75%
G=27.27%
B=44.98%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1161141880.380.3900.26241.6235.5859.22
Hex7472BC262701Af2243b
Octal16416227446470323624473
Binary111010011100101011110010011010011101101011110010100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7472BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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