Html Css Color HEX #494898 Governor Bay

📋 copy color: '#494898'

red 73 ◦ green 72 ◦ blue 152

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

Shades of Governor Bay #494898

Tints of Governor Bay #494898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.24%

 BLUE value IS 152 (59.77% from 255) = 51.18%

R = 24.58%
G = 24.24%
B = 51.18%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#494898 (or 0x494898) is known color: Governor Bay. HEX triplet: 49, 48 and 98. RGB value is (73,72,152). Sum of RGB (Red+Green+Blue) = 73+72+152=297 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.58% from 297); Green value is 72 (28.52% from 255 or 24.24% from 297); Blue value is 152 (59.77% from 255 or 51.18% from 297); Max value from RGB is 152 - color contains mainly: blue. Hex color #494898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #494898 is #B6B767. Grayscale: #515151. Windows color (decimal): -11974504 or 9979977. OLE color: 9979977.

HSL color Cylindrical-coordinate representation of color #494898: hue angle of 240.75º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #494898 is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 73 72 152 -
CMYK 0.52 0.53 0 0.40
HSL 240.75º 0.36% 0.44% -
HSV(B) 240.75º 0.53% 0.6% -
XYZ 10.73 8.32 30.75 -
YUV 81.42 167.83 122 -
System Red Green Blue C M Y K H S L
Decimal 73 72 152 0.52 0.53 0 0.40 240.75 0.36 0.44
Hex 49 48 98 34 35 0 28 F1 24 2C
Octal 111 110 230 64 65 0 50 361 44 54
Binary 1001001 1001000 10011000 110100 110101 0 101000 11110001 100100 101100

Color Harmonies of #494898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #494898

Black with #494898

Text Example


Text Example

White with #494898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #494898; }

 p { color: rgb(73,72,152); }

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

background-color css

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

 a { background-color: rgb(73,72,152); }

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

border-color css

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

 span { border-color: rgb(73,72,152); }

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