Html Css Color HEX #494FB2 Rich Blue

📋 copy color: '#494FB2'

red 73 ◦ green 79 ◦ blue 178

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

Shades of Rich Blue #494FB2

Tints of Rich Blue #494FB2

RGB

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

 GREEN value IS 79 (31.25% from 255) = 23.94%

 BLUE value IS 178 (69.92% from 255) = 53.94%

R = 22.12%
G = 23.94%
B = 53.94%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#494FB2 (or 0x494FB2) is known color: Rich Blue. HEX triplet: 49, 4F and B2. RGB value is (73,79,178). Sum of RGB (Red+Green+Blue) = 73+79+178=330 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.12% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 178 (69.92% from 255 or 53.94% from 330); Max value from RGB is 178 - color contains mainly: blue. Hex color #494FB2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494FB2 is #B6B04D. Grayscale: #585858. Windows color (decimal): -11972686 or 11685705. OLE color: 11685705.

HSL color Cylindrical-coordinate representation of color #494FB2: hue angle of 236.57º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #494FB2 is Cyan = 0.59, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 79 178 -
CMYK 0.59 0.56 0 0.30
HSL 236.57º 0.42% 0.49% -
HSV(B) 236.57º 0.59% 0.7% -
XYZ 13.58 10.22 43.38 -
YUV 88.49 178.51 116.95 -
System Red Green Blue C M Y K H S L
Decimal 73 79 178 0.59 0.56 0 0.30 236.57 0.42 0.49
Hex 49 4F B2 3B 38 0 1E ED 2A 31
Octal 111 117 262 73 70 0 36 355 52 61
Binary 1001001 1001111 10110010 111011 111000 0 11110 11101101 101010 110001

Color Harmonies of #494FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FB2

Black with #494FB2

Text Example


Text Example

White with #494FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,79,178); }

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

background-color css

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

 a { background-color: rgb(73,79,178); }

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

border-color css

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

 span { border-color: rgb(73,79,178); }

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