Html Css Color HEX #7473BA Chetwode Blue

📋 copy color: '#7473BA'

red 116 ◦ green 115 ◦ blue 186

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

Shades of Chetwode Blue #7473BA

Tints of Chetwode Blue #7473BA

RGB

 RED value IS 116 (45.7% from 255) = 27.82%

 GREEN value IS 115 (45.31% from 255) = 27.58%

 BLUE value IS 186 (73.05% from 255) = 44.6%

R = 27.82%
G = 27.58%
B = 44.6%

CMYK

 C value IS 0.38

 M value IS 0.38

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7473BA (or 0x7473BA) is known color: Chetwode Blue. HEX triplet: 74, 73 and BA. RGB value is (116,115,186). Sum of RGB (Red+Green+Blue) = 116+115+186=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 115 (45.31% from 255 or 27.58% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7473BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473BA is #8B8C45. Grayscale: #7B7B7B. Windows color (decimal): -9145414 or 12219252. OLE color: 12219252.

HSL color Cylindrical-coordinate representation of color #7473BA: hue angle of 240.85º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7473BA is Cyan = 0.38, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 115 186 -
CMYK 0.38 0.38 0 0.27
HSL 240.85º 0.34% 0.59% -
HSV(B) 240.85º 0.38% 0.73% -
XYZ 22.2 19.52 49.05 -
YUV 123.39 163.33 122.73 -
System Red Green Blue C M Y K H S L
Decimal 116 115 186 0.38 0.38 0 0.27 240.85 0.34 0.59
Hex 74 73 BA 26 26 0 1B F1 22 3B
Octal 164 163 272 46 46 0 33 361 42 73
Binary 1110100 1110011 10111010 100110 100110 0 11011 11110001 100010 111011

Color Harmonies of #7473BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473BA

Black with #7473BA

Text Example


Text Example

White with #7473BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7473BA; }

 p { color: rgb(116,115,186); }

 H1.HeaderClassName
 {
   color: #7473BA;
 }
 .AnyTagClassName
 {
   color: #7473BA;
 }
</style>

background-color css

<style>
 a { background-color: #7473BA; }

 a { background-color: rgb(116,115,186); }

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

border-color css

<style>
 span { border-color: #7473BA; }

 span { border-color: rgb(116,115,186); }

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