Html Css Color HEX #474899 Governor Bay

📋 copy color: '#474899'

red 71 ◦ green 72 ◦ blue 153

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

Shades of Governor Bay #474899

Tints of Governor Bay #474899

RGB

 RED value IS 71 (28.13% from 255) = 23.99%

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

 BLUE value IS 153 (60.16% from 255) = 51.69%

R = 23.99%
G = 24.32%
B = 51.69%

CMYK

 C value IS 0.54

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#474899 (or 0x474899) is known color: Governor Bay. HEX triplet: 47, 48 and 99. RGB value is (71,72,153). Sum of RGB (Red+Green+Blue) = 71+72+153=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 72 (28.52% from 255 or 24.32% from 296); Blue value is 153 (60.16% from 255 or 51.69% from 296); Max value from RGB is 153 - color contains mainly: blue. Hex color #474899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474899 is #B8B766. Grayscale: #505050. Windows color (decimal): -12105575 or 10045511. OLE color: 10045511.

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

Color convert

RGB 71 72 153 -
CMYK 0.54 0.53 0 0.4
HSL 239.27º 0.37% 0.44% -
HSV(B) 239.27º 0.54% 0.6% -
XYZ 10.67 8.27 31.17 -
YUV 80.94 168.67 120.91 -
System Red Green Blue C M Y K H S L
Decimal 71 72 153 0.54 0.53 0 0.4 239.27 0.37 0.44
Hex 47 48 99 36 35 0 28 EF 25 2C
Octal 107 110 231 66 65 0 50 357 45 54
Binary 1000111 1001000 10011001 110110 110101 0 101000 11101111 100101 101100

Color Harmonies of #474899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474899

Black with #474899

Text Example


Text Example

White with #474899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474899; }

 p { color: rgb(71,72,153); }

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

background-color css

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

 a { background-color: rgb(71,72,153); }

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

border-color css

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

 span { border-color: rgb(71,72,153); }

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