Html Css Color HEX #747BAE Chetwode Blue

📋 copy color: '#747BAE'

red 116 ◦ green 123 ◦ blue 174

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

Shades of Chetwode Blue #747BAE

Tints of Chetwode Blue #747BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 42.13%

R = 28.09%
G = 29.78%
B = 42.13%

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

#747BAE (or 0x747BAE) is known color: Chetwode Blue. HEX triplet: 74, 7B and AE. RGB value is (116,123,174). Sum of RGB (Red+Green+Blue) = 116+123+174=413 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.09% from 413); Green value is 123 (48.44% from 255 or 29.78% from 413); Blue value is 174 (68.36% from 255 or 42.13% from 413); Max value from RGB is 174 - color contains mainly: blue. Hex color #747BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747BAE is #8B8451. Grayscale: #7E7E7E. Windows color (decimal): -9143378 or 11434868. OLE color: 11434868.

HSL color Cylindrical-coordinate representation of color #747BAE: hue angle of 232.76º 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 #747BAE is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 116 123 174 -
CMYK 0.33 0.29 0 0.32
HSL 232.76º 0.26% 0.57% -
HSV(B) 232.76º 0.33% 0.68% -
XYZ 21.93 20.93 42.93 -
YUV 126.72 154.68 120.35 -
System Red Green Blue C M Y K H S L
Decimal 116 123 174 0.33 0.29 0 0.32 232.76 0.26 0.57
Hex 74 7B AE 21 1D 0 20 E9 1A 39
Octal 164 173 256 41 35 0 40 351 32 71
Binary 1110100 1111011 10101110 100001 11101 0 100000 11101001 11010 111001

Color Harmonies of #747BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747BAE

Black with #747BAE

Text Example


Text Example

White with #747BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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