#7274BE

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

Shades of Chetwode Blue #7274BE

Tints of Chetwode Blue #7274BE

Color information

#7274BE (or 0x7274BE) is unknown color: approx Chetwode Blue. HEX triplet: 72, 74 and BE. RGB value is (114,116,190). Sum of RGB (Red+Green+Blue) = 114+116+190=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #7274BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274BE is #8D8B41. Grayscale: #7B7B7B. Windows color (decimal): -9276226 or 12481650. OLE color: 12481650.

HSL color Cylindrical-coordinate representation of color #7274BE: hue angle of 238.42º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7274BE is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB114116190-
CMYK0.400.3900.25
HSL238.42º36.89%59.61%-
HSV(B)238.42º40%74.51%-
XYZ22.4819.7951.35-
YUV123.84165.34120.98-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 27.14%
GREEN value IS 116 (45.70% from 255) = 27.62%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=27.14%
G=27.62%
B=45.24%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1141161900.400.3900.25238.4236.8959.61
Hex7274BE2827019ee253c
Octal16216427650470313564574
Binary111001011101001011111010100010011101100111101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7274BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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