Html Css Color HEX #474D98 Governor Bay

📋 copy color: '#474D98'

red 71 ◦ green 77 ◦ blue 152

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

Shades of Governor Bay #474D98

Tints of Governor Bay #474D98

RGB

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

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

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

R = 23.67%
G = 25.67%
B = 50.67%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#474D98 (or 0x474D98) is known color: Governor Bay. HEX triplet: 47, 4D and 98. RGB value is (71,77,152). Sum of RGB (Red+Green+Blue) = 71+77+152=300 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.67% from 300); Green value is 77 (30.47% from 255 or 25.67% from 300); Blue value is 152 (59.77% from 255 or 50.67% from 300); Max value from RGB is 152 - color contains mainly: blue. Hex color #474D98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #474D98 is #B8B267. Grayscale: #535353. Windows color (decimal): -12104296 or 9981255. OLE color: 9981255.

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

Color convert

RGB 71 77 152 -
CMYK 0.53 0.49 0 0.40
HSL 235.56º 0.36% 0.44% -
HSV(B) 235.56º 0.53% 0.6% -
XYZ 10.92 8.91 30.85 -
YUV 83.76 166.51 118.9 -
System Red Green Blue C M Y K H S L
Decimal 71 77 152 0.53 0.49 0 0.40 235.56 0.36 0.44
Hex 47 4D 98 35 31 0 28 EC 24 2C
Octal 107 115 230 65 61 0 50 354 44 54
Binary 1000111 1001101 10011000 110101 110001 0 101000 11101100 100100 101100

Color Harmonies of #474D98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #474D98

Black with #474D98

Text Example


Text Example

White with #474D98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #474D98; }

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

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

background-color css

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

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

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

border-color css

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

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

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