Html Css Color HEX #475698 Governor Bay

📋 copy color: '#475698'

red 71 ◦ green 86 ◦ blue 152

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

Shades of Governor Bay #475698

Tints of Governor Bay #475698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.83%

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

R = 22.98%
G = 27.83%
B = 49.19%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#475698 (or 0x475698) is known color: Governor Bay. HEX triplet: 47, 56 and 98. RGB value is (71,86,152). Sum of RGB (Red+Green+Blue) = 71+86+152=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 152 (59.77% from 255 or 49.19% from 309); Max value from RGB is 152 - color contains mainly: blue. Hex color #475698 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475698 is #B8A967. Grayscale: #585858. Windows color (decimal): -12101992 or 9983559. OLE color: 9983559.

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

Color convert

RGB 71 86 152 -
CMYK 0.53 0.43 0 0.40
HSL 228.89º 0.36% 0.44% -
HSV(B) 228.89º 0.53% 0.6% -
XYZ 11.59 10.26 31.08 -
YUV 89.04 163.53 115.13 -
System Red Green Blue C M Y K H S L
Decimal 71 86 152 0.53 0.43 0 0.40 228.89 0.36 0.44
Hex 47 56 98 35 2B 0 28 E5 24 2C
Octal 107 126 230 65 53 0 50 345 44 54
Binary 1000111 1010110 10011000 110101 101011 0 101000 11100101 100100 101100

Color Harmonies of #475698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475698

Black with #475698

Text Example


Text Example

White with #475698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475698; }

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

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

background-color css

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

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

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

border-color css

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

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

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