Html Css Color HEX #474898 Governor Bay

📋 copy color: '#474898'

red 71 ◦ green 72 ◦ blue 152

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

Shades of Governor Bay #474898

Tints of Governor Bay #474898

RGB

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

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

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

R = 24.07%
G = 24.41%
B = 51.53%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#474898 (or 0x474898) is known color: Governor Bay. HEX triplet: 47, 48 and 98. RGB value is (71,72,152). Sum of RGB (Red+Green+Blue) = 71+72+152=295 (39% of max value = 765). Red value is 71 (28.12% from 255 or 24.07% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #474898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #474898 is #B8B767. Grayscale: #505050. Windows color (decimal): -12105576 or 9979975. OLE color: 9979975.

HSL color Cylindrical-coordinate representation of color #474898: hue angle of 239.26º 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 #474898 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 71 72 152 -
CMYK 0.53 0.53 0 0.40
HSL 239.26º 0.36% 0.44% -
HSV(B) 239.26º 0.53% 0.6% -
XYZ 10.58 8.24 30.74 -
YUV 80.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 71 72 152 0.53 0.53 0 0.40 239.26 0.36 0.44
Hex 47 48 98 35 35 0 28 EF 24 2C
Octal 107 110 230 65 65 0 50 357 44 54
Binary 1000111 1001000 10011000 110101 110101 0 101000 11101111 100100 101100

Color Harmonies of #474898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474898

Black with #474898

Text Example


Text Example

White with #474898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474898; }

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

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

background-color css

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

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

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

border-color css

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

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

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