Html Css Color HEX #747BAD Chetwode Blue

📋 copy color: '#747BAD'

red 116 ◦ green 123 ◦ blue 173

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

Shades of Chetwode Blue #747BAD

Tints of Chetwode Blue #747BAD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.85%

 BLUE value IS 173 (67.97% from 255) = 41.99%

R = 28.16%
G = 29.85%
B = 41.99%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#747BAD (or 0x747BAD) is known color: Chetwode Blue. HEX triplet: 74, 7B and AD. RGB value is (116,123,173). Sum of RGB (Red+Green+Blue) = 116+123+173=412 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.16% from 412); Green value is 123 (48.44% from 255 or 29.85% from 412); Blue value is 173 (67.97% from 255 or 41.99% from 412); Max value from RGB is 173 - color contains mainly: blue. Hex color #747BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAD is #8B8452. Grayscale: #7E7E7E. Windows color (decimal): -9143379 or 11369332. OLE color: 11369332.

HSL color Cylindrical-coordinate representation of color #747BAD: hue angle of 232.63º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747BAD is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 123 173 -
CMYK 0.33 0.29 0 0.32
HSL 232.63º 0.26% 0.57% -
HSV(B) 232.63º 0.33% 0.68% -
XYZ 21.83 20.9 42.42 -
YUV 126.61 154.18 120.43 -
System Red Green Blue C M Y K H S L
Decimal 116 123 173 0.33 0.29 0 0.32 232.63 0.26 0.57
Hex 74 7B AD 21 1D 0 20 E9 1A 39
Octal 164 173 255 41 35 0 40 351 32 71
Binary 1110100 1111011 10101101 100001 11101 0 100000 11101001 11010 111001

Color Harmonies of #747BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BAD

Black with #747BAD

Text Example


Text Example

White with #747BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747BAD; }

 p { color: rgb(116,123,173); }

 H1.HeaderClassName
 {
   color: #747BAD;
 }
 .AnyTagClassName
 {
   color: #747BAD;
 }
</style>

background-color css

<style>
 a { background-color: #747BAD; }

 a { background-color: rgb(116,123,173); }

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

border-color css

<style>
 span { border-color: #747BAD; }

 span { border-color: rgb(116,123,173); }

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