Html Css Color HEX #494CB4 Rich Blue

📋 copy color: '#494CB4'

red 73 ◦ green 76 ◦ blue 180

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

Shades of Rich Blue #494CB4

Tints of Rich Blue #494CB4

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.1%

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

R = 22.19%
G = 23.1%
B = 54.71%

CMYK

 C value IS 0.59

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#494CB4 (or 0x494CB4) is known color: Rich Blue. HEX triplet: 49, 4C and B4. RGB value is (73,76,180). Sum of RGB (Red+Green+Blue) = 73+76+180=329 (43% of max value = 765). Red value is 73 (28.91% from 255 or 22.19% from 329); Green value is 76 (30.08% from 255 or 23.10% from 329); Blue value is 180 (70.70% from 255 or 54.71% from 329); Max value from RGB is 180 - color contains mainly: blue. Hex color #494CB4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #494CB4 is #B6B34B. Grayscale: #565656. Windows color (decimal): -11973452 or 11816009. OLE color: 11816009.

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

Color convert

RGB 73 76 180 -
CMYK 0.59 0.58 0 0.29
HSL 238.32º 0.42% 0.5% -
HSV(B) 238.32º 0.59% 0.71% -
XYZ 13.57 9.88 44.37 -
YUV 86.96 180.51 118.04 -
System Red Green Blue C M Y K H S L
Decimal 73 76 180 0.59 0.58 0 0.29 238.32 0.42 0.5
Hex 49 4C B4 3B 3A 0 1D EE 2A 32
Octal 111 114 264 73 72 0 35 356 52 62
Binary 1001001 1001100 10110100 111011 111010 0 11101 11101110 101010 110010

Color Harmonies of #494CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494CB4

Black with #494CB4

Text Example


Text Example

White with #494CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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