Html Css Color HEX #475792 Governor Bay

📋 copy color: '#475792'

red 71 ◦ green 87 ◦ blue 146

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

Shades of Governor Bay #475792

Tints of Governor Bay #475792

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.62%

 BLUE value IS 146 (57.42% from 255) = 48.03%

R = 23.36%
G = 28.62%
B = 48.03%

CMYK

 C value IS 0.51

 M value IS 0.40

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#475792 (or 0x475792) is known color: Governor Bay. HEX triplet: 47, 57 and 92. RGB value is (71,87,146). Sum of RGB (Red+Green+Blue) = 71+87+146=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 146 (57.42% from 255 or 48.03% from 304); Max value from RGB is 146 - color contains mainly: blue. Hex color #475792 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #475792 is #B8A86D. Grayscale: #585858. Windows color (decimal): -12101742 or 9590599. OLE color: 9590599.

HSL color Cylindrical-coordinate representation of color #475792: hue angle of 227.2º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #475792 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 71 87 146 -
CMYK 0.51 0.40 0 0.43
HSL 227.2º 0.35% 0.43% -
HSV(B) 227.2º 0.51% 0.57% -
XYZ 11.2 10.23 28.58 -
YUV 88.94 160.2 115.2 -
System Red Green Blue C M Y K H S L
Decimal 71 87 146 0.51 0.40 0 0.43 227.2 0.35 0.43
Hex 47 57 92 33 28 0 2B E3 23 2B
Octal 107 127 222 63 50 0 53 343 43 53
Binary 1000111 1010111 10010010 110011 101000 0 101011 11100011 100011 101011

Color Harmonies of #475792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #475792

Black with #475792

Text Example


Text Example

White with #475792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #475792; }

 p { color: rgb(71,87,146); }

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

background-color css

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

 a { background-color: rgb(71,87,146); }

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

border-color css

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

 span { border-color: rgb(71,87,146); }

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