Html Css Color HEX #747AAC Chetwode Blue

📋 copy color: '#747AAC'

red 116 ◦ green 122 ◦ blue 172

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

Shades of Chetwode Blue #747AAC

Tints of Chetwode Blue #747AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 29.76%

 BLUE value IS 172 (67.58% from 255) = 41.95%

R = 28.29%
G = 29.76%
B = 41.95%

CMYK

 C value IS 0.33

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#747AAC (or 0x747AAC) is known color: Chetwode Blue. HEX triplet: 74, 7A and AC. RGB value is (116,122,172). Sum of RGB (Red+Green+Blue) = 116+122+172=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 172 (67.58% from 255 or 41.95% from 410); Max value from RGB is 172 - color contains mainly: blue. Hex color #747AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AAC is #8B8553. Grayscale: #7D7D7D. Windows color (decimal): -9143636 or 11303540. OLE color: 11303540.

HSL color Cylindrical-coordinate representation of color #747AAC: hue angle of 233.57º degrees, saturation: 0.25, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #747AAC is Cyan = 0.33, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 116 122 172 -
CMYK 0.33 0.29 0 0.33
HSL 233.57º 0.25% 0.56% -
HSV(B) 233.57º 0.33% 0.67% -
XYZ 21.61 20.61 41.87 -
YUV 125.91 154.01 120.93 -
System Red Green Blue C M Y K H S L
Decimal 116 122 172 0.33 0.29 0 0.33 233.57 0.25 0.56
Hex 74 7A AC 21 1D 0 21 EA 19 38
Octal 164 172 254 41 35 0 41 352 31 70
Binary 1110100 1111010 10101100 100001 11101 0 100001 11101010 11001 111000

Color Harmonies of #747AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747AAC

Black with #747AAC

Text Example


Text Example

White with #747AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,122,172); }

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

background-color css

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

 a { background-color: rgb(116,122,172); }

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

border-color css

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

 span { border-color: rgb(116,122,172); }

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