Html Css Color HEX #7470B3 Chetwode Blue

📋 copy color: '#7470B3'

red 116 ◦ green 112 ◦ blue 179

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

Shades of Chetwode Blue #7470B3

Tints of Chetwode Blue #7470B3

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 179 (70.31% from 255) = 43.98%

R = 28.5%
G = 27.52%
B = 43.98%

CMYK

 C value IS 0.35

 M value IS 0.37

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#7470B3 (or 0x7470B3) is known color: Chetwode Blue. HEX triplet: 74, 70 and B3. RGB value is (116,112,179). Sum of RGB (Red+Green+Blue) = 116+112+179=407 (53% of max value = 765). Red value is 116 (45.70% from 255 or 28.50% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 179 (70.31% from 255 or 43.98% from 407); Max value from RGB is 179 - color contains mainly: blue. Hex color #7470B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7470B3 is #8B8F4C. Grayscale: #787878. Windows color (decimal): -9146189 or 11759732. OLE color: 11759732.

HSL color Cylindrical-coordinate representation of color #7470B3: hue angle of 243.58º degrees, saturation: 0.31, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7470B3 is Cyan = 0.35, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 116 112 179 -
CMYK 0.35 0.37 0 0.30
HSL 243.58º 0.31% 0.57% -
HSV(B) 243.58º 0.37% 0.7% -
XYZ 21.13 18.56 45.12 -
YUV 120.83 160.83 124.55 -
System Red Green Blue C M Y K H S L
Decimal 116 112 179 0.35 0.37 0 0.30 243.58 0.31 0.57
Hex 74 70 B3 23 25 0 1E F4 1F 39
Octal 164 160 263 43 45 0 36 364 37 71
Binary 1110100 1110000 10110011 100011 100101 0 11110 11110100 11111 111001

Color Harmonies of #7470B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7470B3

Black with #7470B3

Text Example


Text Example

White with #7470B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7470B3; }

 p { color: rgb(116,112,179); }

 H1.HeaderClassName
 {
   color: #7470B3;
 }
 .AnyTagClassName
 {
   color: #7470B3;
 }
</style>

background-color css

<style>
 a { background-color: #7470B3; }

 a { background-color: rgb(116,112,179); }

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

border-color css

<style>
 span { border-color: #7470B3; }

 span { border-color: rgb(116,112,179); }

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