Html Css Color HEX #7274AB Chetwode Blue

📋 copy color: '#7274AB'

red 114 ◦ green 116 ◦ blue 171

#7274AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #7274AB

Tints of Chetwode Blue #7274AB

RGB

 RED value IS 114 (44.92% from 255) = 28.43%

 GREEN value IS 116 (45.7% from 255) = 28.93%

 BLUE value IS 171 (67.19% from 255) = 42.64%

R = 28.43%
G = 28.93%
B = 42.64%

CMYK

 C value IS 0.33

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7274AB (or 0x7274AB) is known color: Chetwode Blue. HEX triplet: 72, 74 and AB. RGB value is (114,116,171). Sum of RGB (Red+Green+Blue) = 114+116+171=401 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.43% from 401); Green value is 116 (45.70% from 255 or 28.93% from 401); Blue value is 171 (67.19% from 255 or 42.64% from 401); Max value from RGB is 171 - color contains mainly: blue. Hex color #7274AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7274AB is #8D8B54. Grayscale: #797979. Windows color (decimal): -9276245 or 11236466. OLE color: 11236466.

HSL color Cylindrical-coordinate representation of color #7274AB: hue angle of 237.89º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7274AB is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 116 171 -
CMYK 0.33 0.32 0 0.33
HSL 237.89º 0.25% 0.56% -
HSV(B) 237.89º 0.33% 0.67% -
XYZ 20.54 19.01 41.11 -
YUV 121.67 155.84 122.53 -
System Red Green Blue C M Y K H S L
Decimal 114 116 171 0.33 0.32 0 0.33 237.89 0.25 0.56
Hex 72 74 AB 21 20 0 21 EE 19 38
Octal 162 164 253 41 40 0 41 356 31 70
Binary 1110010 1110100 10101011 100001 100000 0 100001 11101110 11001 111000

Color Harmonies of #7274AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7274AB

Black with #7274AB

Text Example


Text Example

White with #7274AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7274AB;
 }
 .AnyTagClassName
 {
   color: #7274AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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