Html Css Color HEX #7276B6 Chetwode Blue

📋 copy color: '#7276B6'

red 114 ◦ green 118 ◦ blue 182

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

Shades of Chetwode Blue #7276B6

Tints of Chetwode Blue #7276B6

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.5%

 BLUE value IS 182 (71.48% from 255) = 43.96%

R = 27.54%
G = 28.5%
B = 43.96%

CMYK

 C value IS 0.37

 M value IS 0.35

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7276B6 (or 0x7276B6) is known color: Chetwode Blue. HEX triplet: 72, 76 and B6. RGB value is (114,118,182). Sum of RGB (Red+Green+Blue) = 114+118+182=414 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.54% from 414); Green value is 118 (46.48% from 255 or 28.50% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #7276B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276B6 is #8D8949. Grayscale: #7B7B7B. Windows color (decimal): -9275722 or 11957874. OLE color: 11957874.

HSL color Cylindrical-coordinate representation of color #7276B6: hue angle of 236.47º degrees, saturation: 0.32, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7276B6 is Cyan = 0.37, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 114 118 182 -
CMYK 0.37 0.35 0 0.29
HSL 236.47º 0.32% 0.58% -
HSV(B) 236.47º 0.37% 0.71% -
XYZ 21.86 19.91 46.95 -
YUV 124.1 160.67 120.8 -
System Red Green Blue C M Y K H S L
Decimal 114 118 182 0.37 0.35 0 0.29 236.47 0.32 0.58
Hex 72 76 B6 25 23 0 1D EC 20 3A
Octal 162 166 266 45 43 0 35 354 40 72
Binary 1110010 1110110 10110110 100101 100011 0 11101 11101100 100000 111010

Color Harmonies of #7276B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276B6

Black with #7276B6

Text Example


Text Example

White with #7276B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7276B6; }

 p { color: rgb(114,118,182); }

 H1.HeaderClassName
 {
   color: #7276B6;
 }
 .AnyTagClassName
 {
   color: #7276B6;
 }
</style>

background-color css

<style>
 a { background-color: #7276B6; }

 a { background-color: rgb(114,118,182); }

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

border-color css

<style>
 span { border-color: #7276B6; }

 span { border-color: rgb(114,118,182); }

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