#485395

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

Shades of Governor Bay #485395

Tints of Governor Bay #485395

Color information

#485395 (or 0x485395) is unknown color: approx Governor Bay. HEX triplet: 48, 53 and 95. RGB value is (72,83,149). Sum of RGB (Red+Green+Blue) = 72+83+149=304 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.68% from 304); Green value is 83 (32.81% from 255 or 27.30% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #485395 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485395 is #B7AC6A. Grayscale: #565656. Windows color (decimal): -12037227 or 9786184. OLE color: 9786184.

HSL color Cylindrical-coordinate representation of color #485395: hue angle of 231.43º 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 #485395 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7283149-
CMYK0.520.4400.42
HSL231.43º34.84%43.33%-
HSV(B)231.43º51.68%58.43%-
XYZ11.199.7329.72-
YUV87.24162.86117.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.68%
GREEN value IS 83 (32.81% from 255) = 27.30%
BLUE value IS 149 (58.59% from 255) = 49.01%
R=23.68%
G=27.30%
B=49.01%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal72831490.520.4400.42231.4334.8443.33
Hex485395342C02Ae7232b
Octal11012322564540523474353
Binary1001000101001110010101110100101100010101011100111100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485395; }

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

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

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

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

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

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

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

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