#485096

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

Shades of Governor Bay #485096

Tints of Governor Bay #485096

Color information

#485096 (or 0x485096) is unknown color: approx Governor Bay. HEX triplet: 48, 50 and 96. RGB value is (72,80,150). Sum of RGB (Red+Green+Blue) = 72+80+150=302 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.84% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #485096 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #485096 is #B7AF69. Grayscale: #555555. Windows color (decimal): -12037994 or 9850952. OLE color: 9850952.

HSL color Cylindrical-coordinate representation of color #485096: hue angle of 233.85º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #485096 is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7280150-
CMYK0.520.4700.41
HSL233.85º35.14%43.53%-
HSV(B)233.85º52%58.82%-
XYZ11.059.3230.07-
YUV85.59164.35118.31-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.84%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=23.84%
G=26.49%
B=49.67%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal72801500.520.4700.41233.8535.1443.53
Hex485096342F029ea232c
Octal11012022664570513524354
Binary1001000101000010010110110100101111010100111101010100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485096; }

 p { color: rgb(72,80,150); }

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

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

 a { background-color: rgb(72,80,150); }

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

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

 span { border-color: rgb(72,80,150); }

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