Html Css Color HEX #475198 Governor Bay

📋 copy color: '#475198'

red 71 ◦ green 81 ◦ blue 152

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

Shades of Governor Bay #475198

Tints of Governor Bay #475198

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.64%

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

R = 23.36%
G = 26.64%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#475198 (or 0x475198) is known color: Governor Bay. HEX triplet: 47, 51 and 98. RGB value is (71,81,152). Sum of RGB (Red+Green+Blue) = 71+81+152=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 81 (32.03% from 255 or 26.64% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #475198 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475198 is #B8AE67. Grayscale: #555555. Windows color (decimal): -12103272 or 9982279. OLE color: 9982279.

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

Color convert

RGB 71 81 152 -
CMYK 0.53 0.47 0 0.40
HSL 232.59º 0.36% 0.44% -
HSV(B) 232.59º 0.53% 0.6% -
XYZ 11.21 9.49 30.95 -
YUV 86.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 71 81 152 0.53 0.47 0 0.40 232.59 0.36 0.44
Hex 47 51 98 35 2F 0 28 E9 24 2C
Octal 107 121 230 65 57 0 50 351 44 54
Binary 1000111 1010001 10011000 110101 101111 0 101000 11101001 100100 101100

Color Harmonies of #475198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475198

Black with #475198

Text Example


Text Example

White with #475198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475198; }

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

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

background-color css

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

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

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

border-color css

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

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

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