#7274A3

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

Shades of Chetwode Blue #7274A3

Tints of Chetwode Blue #7274A3

Color information

#7274A3 (or 0x7274A3) is unknown color: approx Chetwode Blue. HEX triplet: 72, 74 and A3. RGB value is (114,116,163). Sum of RGB (Red+Green+Blue) = 114+116+163=393 (52% of max value = 765). Red value is 114 (44.92% from 255 or 29.01% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 163 (64.06% from 255 or 41.48% from 393); Max value from RGB is 163 - color contains mainly: blue. Hex color #7274A3 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7274A3 is #8D8B5C. Grayscale: #787878. Windows color (decimal): -9276253 or 10712178. OLE color: 10712178.

HSL color Cylindrical-coordinate representation of color #7274A3: hue angle of 237.55º degrees, saturation: 0.21, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7274A3 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB114116163-
CMYK0.300.2900.36
HSL237.55º21.03%54.31%-
HSV(B)237.55º30.06%63.92%-
XYZ19.818.7137.22-
YUV120.76151.84123.18-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 29.01%
GREEN value IS 116 (45.70% from 255) = 29.52%
BLUE value IS 163 (64.06% from 255) = 41.48%
R=29.01%
G=29.52%
B=41.48%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1141161630.300.2900.36237.5521.0354.31
Hex7274A31E1D024ee1536
Octal16216424336350443562566
Binary1110010111010010100011111101110101001001110111010101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7274A3; }

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

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

<style>
 a { background-color: #7274A3; }

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

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

<style>
 span { border-color: #7274A3; }

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

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