#485695

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

Shades of Governor Bay #485695

Tints of Governor Bay #485695

Color information

#485695 (or 0x485695) is unknown color: approx Governor Bay. HEX triplet: 48, 56 and 95. RGB value is (72,86,149). Sum of RGB (Red+Green+Blue) = 72+86+149=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 149 (58.59% from 255 or 48.53% from 307); Max value from RGB is 149 - color contains mainly: blue. Hex color #485695 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485695 is #B7A96A. Grayscale: #585858. Windows color (decimal): -12036459 or 9786952. OLE color: 9786952.

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

Color convert

RGB7286149-
CMYK0.520.4200.42
HSL229.09º34.84%43.33%-
HSV(B)229.09º51.68%58.43%-
XYZ11.4310.229.8-
YUV89161.86115.88-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 149 (58.59% from 255) = 48.53%
R=23.45%
G=28.01%
B=48.53%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72861490.520.4200.42229.0934.8443.33
Hex485695342A02Ae5232b
Octal11012622564520523454353
Binary1001000101011010010101110100101010010101011100101100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485695; }

 p { color: rgb(72,86,149); }

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

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

 a { background-color: rgb(72,86,149); }

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

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

 span { border-color: rgb(72,86,149); }

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