Html Css Color HEX #7473BD Chetwode Blue

📋 copy color: '#7473BD'

red 116 ◦ green 115 ◦ blue 189

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

Shades of Chetwode Blue #7473BD

Tints of Chetwode Blue #7473BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 45%

R = 27.62%
G = 27.38%
B = 45%

CMYK

 C value IS 0.39

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7473BD (or 0x7473BD) is known color: Chetwode Blue. HEX triplet: 74, 73 and BD. RGB value is (116,115,189). Sum of RGB (Red+Green+Blue) = 116+115+189=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 189 - color contains mainly: blue. Hex color #7473BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7473BD is #8B8C42. Grayscale: #7B7B7B. Windows color (decimal): -9145411 or 12415860. OLE color: 12415860.

HSL color Cylindrical-coordinate representation of color #7473BD: hue angle of 240.81º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7473BD is Cyan = 0.39, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 115 189 -
CMYK 0.39 0.39 0 0.26
HSL 240.81º 0.36% 0.6% -
HSV(B) 240.81º 0.39% 0.74% -
XYZ 22.52 19.65 50.75 -
YUV 123.74 164.83 122.48 -
System Red Green Blue C M Y K H S L
Decimal 116 115 189 0.39 0.39 0 0.26 240.81 0.36 0.6
Hex 74 73 BD 27 27 0 1A F1 24 3C
Octal 164 163 275 47 47 0 32 361 44 74
Binary 1110100 1110011 10111101 100111 100111 0 11010 11110001 100100 111100

Color Harmonies of #7473BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7473BD

Black with #7473BD

Text Example


Text Example

White with #7473BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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