Html Css Color HEX #7278BE Chetwode Blue

📋 copy color: '#7278BE'

red 114 ◦ green 120 ◦ blue 190

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

Shades of Chetwode Blue #7278BE

Tints of Chetwode Blue #7278BE

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 190 (74.61% from 255) = 44.81%

R = 26.89%
G = 28.3%
B = 44.81%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7278BE (or 0x7278BE) is known color: Chetwode Blue. HEX triplet: 72, 78 and BE. RGB value is (114,120,190). Sum of RGB (Red+Green+Blue) = 114+120+190=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 190 (74.61% from 255 or 44.81% from 424); Max value from RGB is 190 - color contains mainly: blue. Hex color #7278BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7278BE is #8D8741. Grayscale: #7D7D7D. Windows color (decimal): -9275202 or 12482674. OLE color: 12482674.

HSL color Cylindrical-coordinate representation of color #7278BE: hue angle of 235.26º 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 #7278BE is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 120 190 -
CMYK 0.40 0.37 0 0.25
HSL 235.26º 0.37% 0.6% -
HSV(B) 235.26º 0.4% 0.75% -
XYZ 22.95 20.73 51.51 -
YUV 126.19 164.01 119.31 -
System Red Green Blue C M Y K H S L
Decimal 114 120 190 0.40 0.37 0 0.25 235.26 0.37 0.6
Hex 72 78 BE 28 25 0 19 EB 25 3C
Octal 162 170 276 50 45 0 31 353 45 74
Binary 1110010 1111000 10111110 101000 100101 0 11001 11101011 100101 111100

Color Harmonies of #7278BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7278BE

Black with #7278BE

Text Example


Text Example

White with #7278BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7278BE;
 }
 .AnyTagClassName
 {
   color: #7278BE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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