Html Css Color HEX #494BB3 Rich Blue

📋 copy color: '#494BB3'

red 73 ◦ green 75 ◦ blue 179

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

Shades of Rich Blue #494BB3

Tints of Rich Blue #494BB3

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.94%

 BLUE value IS 179 (70.31% from 255) = 54.74%

R = 22.32%
G = 22.94%
B = 54.74%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#494BB3 (or 0x494BB3) is known color: Rich Blue. HEX triplet: 49, 4B and B3. RGB value is (73,75,179). Sum of RGB (Red+Green+Blue) = 73+75+179=327 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.32% from 327); Green value is 75 (29.69% from 255 or 22.94% from 327); Blue value is 179 (70.31% from 255 or 54.74% from 327); Max value from RGB is 179 - color contains mainly: blue. Hex color #494BB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494BB3 is #B6B44C. Grayscale: #555555. Windows color (decimal): -11973709 or 11750217. OLE color: 11750217.

HSL color Cylindrical-coordinate representation of color #494BB3: hue angle of 238.87º 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 #494BB3 is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 75 179 -
CMYK 0.59 0.58 0 0.30
HSL 238.87º 0.42% 0.49% -
HSV(B) 238.87º 0.59% 0.7% -
XYZ 13.4 9.7 43.81 -
YUV 86.26 180.34 118.54 -
System Red Green Blue C M Y K H S L
Decimal 73 75 179 0.59 0.58 0 0.30 238.87 0.42 0.49
Hex 49 4B B3 3B 3A 0 1E EF 2A 31
Octal 111 113 263 73 72 0 36 357 52 61
Binary 1001001 1001011 10110011 111011 111010 0 11110 11101111 101010 110001

Color Harmonies of #494BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494BB3

Black with #494BB3

Text Example


Text Example

White with #494BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,75,179); }

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

background-color css

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

 a { background-color: rgb(73,75,179); }

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

border-color css

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

 span { border-color: rgb(73,75,179); }

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