Html Css Color HEX #494DA3 Governor Bay

📋 copy color: '#494DA3'

red 73 ◦ green 77 ◦ blue 163

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

Shades of Governor Bay #494DA3

Tints of Governor Bay #494DA3

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.6%

 BLUE value IS 163 (64.06% from 255) = 52.08%

R = 23.32%
G = 24.6%
B = 52.08%

CMYK

 C value IS 0.55

 M value IS 0.53

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#494DA3 (or 0x494DA3) is known color: Governor Bay. HEX triplet: 49, 4D and A3. RGB value is (73,77,163). Sum of RGB (Red+Green+Blue) = 73+77+163=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 77 (30.47% from 255 or 24.60% from 313); Blue value is 163 (64.06% from 255 or 52.08% from 313); Max value from RGB is 163 - color contains mainly: blue. Hex color #494DA3 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #494DA3 is #B6B25C. Grayscale: #555555. Windows color (decimal): -11973213 or 10702153. OLE color: 10702153.

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

Color convert

RGB 73 77 163 -
CMYK 0.55 0.53 0 0.36
HSL 237.33º 0.38% 0.46% -
HSV(B) 237.33º 0.55% 0.64% -
XYZ 12.01 9.37 35.83 -
YUV 85.61 171.67 119.01 -
System Red Green Blue C M Y K H S L
Decimal 73 77 163 0.55 0.53 0 0.36 237.33 0.38 0.46
Hex 49 4D A3 37 35 0 24 ED 26 2E
Octal 111 115 243 67 65 0 44 355 46 56
Binary 1001001 1001101 10100011 110111 110101 0 100100 11101101 100110 101110

Color Harmonies of #494DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494DA3

Black with #494DA3

Text Example


Text Example

White with #494DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,77,163); }

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

background-color css

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

 a { background-color: rgb(73,77,163); }

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

border-color css

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

 span { border-color: rgb(73,77,163); }

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