Html Css Color HEX #494DAF Rich Blue

📋 copy color: '#494DAF'

red 73 ◦ green 77 ◦ blue 175

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

Shades of Rich Blue #494DAF

Tints of Rich Blue #494DAF

RGB

 RED value IS 73 (28.91% from 255) = 22.46%

 GREEN value IS 77 (30.47% from 255) = 23.69%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 22.46%
G = 23.69%
B = 53.85%

CMYK

 C value IS 0.58

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#494DAF (or 0x494DAF) is known color: Rich Blue. HEX triplet: 49, 4D and AF. RGB value is (73,77,175). Sum of RGB (Red+Green+Blue) = 73+77+175=325 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.46% from 325); Green value is 77 (30.47% from 255 or 23.69% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #494DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DAF is #B6B250. Grayscale: #565656. Windows color (decimal): -11973201 or 11488585. OLE color: 11488585.

HSL color Cylindrical-coordinate representation of color #494DAF: hue angle of 237.65º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #494DAF is Cyan = 0.58, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 73 77 175 -
CMYK 0.58 0.56 0 0.31
HSL 237.65º 0.41% 0.49% -
HSV(B) 237.65º 0.58% 0.69% -
XYZ 13.14 9.82 41.76 -
YUV 86.98 177.67 118.03 -
System Red Green Blue C M Y K H S L
Decimal 73 77 175 0.58 0.56 0 0.31 237.65 0.41 0.49
Hex 49 4D AF 3A 38 0 1F EE 29 31
Octal 111 115 257 72 70 0 37 356 51 61
Binary 1001001 1001101 10101111 111010 111000 0 11111 11101110 101001 110001

Color Harmonies of #494DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DAF

Black with #494DAF

Text Example


Text Example

White with #494DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494DAF; }

 p { color: rgb(73,77,175); }

 H1.HeaderClassName
 {
   color: #494DAF;
 }
 .AnyTagClassName
 {
   color: #494DAF;
 }
</style>

background-color css

<style>
 a { background-color: #494DAF; }

 a { background-color: rgb(73,77,175); }

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

border-color css

<style>
 span { border-color: #494DAF; }

 span { border-color: rgb(73,77,175); }

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