Html Css Color HEX #747AB0 Chetwode Blue

📋 copy color: '#747AB0'

red 116 ◦ green 122 ◦ blue 176

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

Shades of Chetwode Blue #747AB0

Tints of Chetwode Blue #747AB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 42.51%

R = 28.02%
G = 29.47%
B = 42.51%

CMYK

 C value IS 0.34

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#747AB0 (or 0x747AB0) is known color: Chetwode Blue. HEX triplet: 74, 7A and B0. RGB value is (116,122,176). Sum of RGB (Red+Green+Blue) = 116+122+176=414 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.02% from 414); Green value is 122 (48.05% from 255 or 29.47% from 414); Blue value is 176 (69.14% from 255 or 42.51% from 414); Max value from RGB is 176 - color contains mainly: blue. Hex color #747AB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #747AB0 is #8B854F. Grayscale: #7E7E7E. Windows color (decimal): -9143632 or 11565684. OLE color: 11565684.

HSL color Cylindrical-coordinate representation of color #747AB0: hue angle of 234º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #747AB0 is Cyan = 0.34, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 116 122 176 -
CMYK 0.34 0.31 0 0.31
HSL 234º 0.28% 0.57% -
HSV(B) 234º 0.34% 0.69% -
XYZ 22 20.77 43.92 -
YUV 126.36 156.01 120.61 -
System Red Green Blue C M Y K H S L
Decimal 116 122 176 0.34 0.31 0 0.31 234 0.28 0.57
Hex 74 7A B0 22 1F 0 1F EA 1C 39
Octal 164 172 260 42 37 0 37 352 34 71
Binary 1110100 1111010 10110000 100010 11111 0 11111 11101010 11100 111001

Color Harmonies of #747AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747AB0

Black with #747AB0

Text Example


Text Example

White with #747AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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