Html Css Color HEX #494FA1 Governor Bay

📋 copy color: '#494FA1'

red 73 ◦ green 79 ◦ blue 161

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

Shades of Governor Bay #494FA1

Tints of Governor Bay #494FA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 51.44%

R = 23.32%
G = 25.24%
B = 51.44%

CMYK

 C value IS 0.55

 M value IS 0.51

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#494FA1 (or 0x494FA1) is known color: Governor Bay. HEX triplet: 49, 4F and A1. RGB value is (73,79,161). Sum of RGB (Red+Green+Blue) = 73+79+161=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 79 (31.25% from 255 or 25.24% from 313); Blue value is 161 (63.28% from 255 or 51.44% from 313); Max value from RGB is 161 - color contains mainly: blue. Hex color #494FA1 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494FA1 is #B6B05E. Grayscale: #565656. Windows color (decimal): -11972703 or 10571593. OLE color: 10571593.

HSL color Cylindrical-coordinate representation of color #494FA1: hue angle of 235.91º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #494FA1 is Cyan = 0.55, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 79 161 -
CMYK 0.55 0.51 0 0.37
HSL 235.91º 0.38% 0.46% -
HSV(B) 235.91º 0.55% 0.63% -
XYZ 11.98 9.58 34.94 -
YUV 86.55 170.01 118.33 -
System Red Green Blue C M Y K H S L
Decimal 73 79 161 0.55 0.51 0 0.37 235.91 0.38 0.46
Hex 49 4F A1 37 33 0 25 EC 26 2E
Octal 111 117 241 67 63 0 45 354 46 56
Binary 1001001 1001111 10100001 110111 110011 0 100101 11101100 100110 101110

Color Harmonies of #494FA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494FA1

Black with #494FA1

Text Example


Text Example

White with #494FA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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