Html Css Color HEX #494FB4 Rich Blue

📋 copy color: '#494FB4'

red 73 ◦ green 79 ◦ blue 180

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

Shades of Rich Blue #494FB4

Tints of Rich Blue #494FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 54.22%

R = 21.99%
G = 23.8%
B = 54.22%

CMYK

 C value IS 0.59

 M value IS 0.56

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#494FB4 (or 0x494FB4) is known color: Rich Blue. HEX triplet: 49, 4F and B4. RGB value is (73,79,180). Sum of RGB (Red+Green+Blue) = 73+79+180=332 (43% of max value = 765). Red value is 73 (28.91% from 255 or 21.99% from 332); Green value is 79 (31.25% from 255 or 23.80% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #494FB4 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #494FB4 is #B6B04B. Grayscale: #585858. Windows color (decimal): -11972684 or 11816777. OLE color: 11816777.

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

Color convert

RGB 73 79 180 -
CMYK 0.59 0.56 0 0.29
HSL 236.64º 0.42% 0.5% -
HSV(B) 236.64º 0.59% 0.71% -
XYZ 13.78 10.3 44.44 -
YUV 88.72 179.51 116.79 -
System Red Green Blue C M Y K H S L
Decimal 73 79 180 0.59 0.56 0 0.29 236.64 0.42 0.5
Hex 49 4F B4 3B 38 0 1D ED 2A 32
Octal 111 117 264 73 70 0 35 355 52 62
Binary 1001001 1001111 10110100 111011 111000 0 11101 11101101 101010 110010

Color Harmonies of #494FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FB4

Black with #494FB4

Text Example


Text Example

White with #494FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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