#51479F

Color #51479F Governor Bay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Governor Bay #51479F

Tints of Governor Bay #51479F

Color information

#51479F (or 0x51479F) is unknown color: approx Governor Bay. HEX triplet: 51, 47 and 9F. RGB value is (81,71,159). Sum of RGB (Red+Green+Blue) = 81+71+159=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 71 (28.12% from 255 or 22.83% from 311); Blue value is 159 (62.5% from 255 or 51.13% from 311); Max value from RGB is 159 - color contains mainly: blue. Hex color #51479F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51479F is #AEB860. Grayscale: #535353. Windows color (decimal): -11450465 or 10438481. OLE color: 10438481.

HSL color Cylindrical-coordinate representation of color #51479F: hue angle of 246.82º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #51479F is Cyan = 0.49, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8171159-
CMYK0.490.5500.38
HSL246.82º38.26%45.1%-
HSV(B)246.82º55.35%62.35%-
XYZ11.98.7633.86-
YUV84.02170.31125.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 71 (28.12% from 255) = 22.83%
BLUE value IS 159 (62.5% from 255) = 51.13%
R=26.05%
G=22.83%
B=51.13%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81711590.490.5500.38246.8238.2645.1
Hex51479F3137026f7262d
Octal12110723761670463674655
Binary1010001100011110011111110001110111010011011110111100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51479F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51479F; }

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

 H1.HeaderClassName
 {
   color: #51479F;
 }
 .AnyTagClassName
 {
   color: #51479F;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #51479F;
 }
 .BgClassName
 {
   background-color: #51479F;
 }
</style>
border-color css

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

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

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