Html Css Color HEX #746DB9 Chetwode Blue

📋 copy color: '#746DB9'

red 116 ◦ green 109 ◦ blue 185

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

Shades of Chetwode Blue #746DB9

Tints of Chetwode Blue #746DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 26.59%

 BLUE value IS 185 (72.66% from 255) = 45.12%

R = 28.29%
G = 26.59%
B = 45.12%

CMYK

 C value IS 0.37

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#746DB9 (or 0x746DB9) is known color: Chetwode Blue. HEX triplet: 74, 6D and B9. RGB value is (116,109,185). Sum of RGB (Red+Green+Blue) = 116+109+185=410 (54% of max value = 765). Red value is 116 (45.70% from 255 or 28.29% from 410); Green value is 109 (42.97% from 255 or 26.59% from 410); Blue value is 185 (72.66% from 255 or 45.12% from 410); Max value from RGB is 185 - color contains mainly: blue. Hex color #746DB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #746DB9 is #8B9246. Grayscale: #777777. Windows color (decimal): -9146951 or 12152180. OLE color: 12152180.

HSL color Cylindrical-coordinate representation of color #746DB9: hue angle of 245.53º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #746DB9 is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 109 185 -
CMYK 0.37 0.41 0 0.27
HSL 245.53º 0.35% 0.58% -
HSV(B) 245.53º 0.41% 0.73% -
XYZ 21.43 18.15 48.27 -
YUV 119.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 116 109 185 0.37 0.41 0 0.27 245.53 0.35 0.58
Hex 74 6D B9 25 29 0 1B F6 23 3A
Octal 164 155 271 45 51 0 33 366 43 72
Binary 1110100 1101101 10111001 100101 101001 0 11011 11110110 100011 111010

Color Harmonies of #746DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746DB9

Black with #746DB9

Text Example


Text Example

White with #746DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746DB9; }

 p { color: rgb(116,109,185); }

 H1.HeaderClassName
 {
   color: #746DB9;
 }
 .AnyTagClassName
 {
   color: #746DB9;
 }
</style>

background-color css

<style>
 a { background-color: #746DB9; }

 a { background-color: rgb(116,109,185); }

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

border-color css

<style>
 span { border-color: #746DB9; }

 span { border-color: rgb(116,109,185); }

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