Html Css Color HEX #475190 Governor Bay

📋 copy color: '#475190'

red 71 ◦ green 81 ◦ blue 144

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

Shades of Governor Bay #475190

Tints of Governor Bay #475190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.65%

R = 23.99%
G = 27.36%
B = 48.65%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#475190 (or 0x475190) is known color: Governor Bay. HEX triplet: 47, 51 and 90. RGB value is (71,81,144). Sum of RGB (Red+Green+Blue) = 71+81+144=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 144 (56.64% from 255 or 48.65% from 296); Max value from RGB is 144 - color contains mainly: blue. Hex color #475190 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475190 is #B8AE6F. Grayscale: #545454. Windows color (decimal): -12103280 or 9457991. OLE color: 9457991.

HSL color Cylindrical-coordinate representation of color #475190: hue angle of 231.78º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475190 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 71 81 144 -
CMYK 0.51 0.44 0 0.44
HSL 231.78º 0.34% 0.42% -
HSV(B) 231.78º 0.51% 0.56% -
XYZ 10.58 9.24 27.61 -
YUV 85.19 161.19 117.88 -
System Red Green Blue C M Y K H S L
Decimal 71 81 144 0.51 0.44 0 0.44 231.78 0.34 0.42
Hex 47 51 90 33 2C 0 2C E8 22 2A
Octal 107 121 220 63 54 0 54 350 42 52
Binary 1000111 1010001 10010000 110011 101100 0 101100 11101000 100010 101010

Color Harmonies of #475190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475190

Black with #475190

Text Example


Text Example

White with #475190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475190; }

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

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

background-color css

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

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

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

border-color css

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

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

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