#484798

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

Shades of Governor Bay #484798

Tints of Governor Bay #484798

Color information

#484798 (or 0x484798) is unknown color: approx Governor Bay. HEX triplet: 48, 47 and 98. RGB value is (72,71,152). Sum of RGB (Red+Green+Blue) = 72+71+152=295 (39% of max value = 765). Red value is 72 (28.52% from 255 or 24.41% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 152 (59.77% from 255 or 51.53% from 295); Max value from RGB is 152 - color contains mainly: blue. Hex color #484798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484798 is #B7B867. Grayscale: #505050. Windows color (decimal): -12040296 or 9979720. OLE color: 9979720.

HSL color Cylindrical-coordinate representation of color #484798: hue angle of 240.74º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #484798 is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB7271152-
CMYK0.530.5300.40
HSL240.74º36.32%43.73%-
HSV(B)240.74º53.29%59.61%-
XYZ10.598.1530.72-
YUV80.53168.33121.91-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 24.41%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 152 (59.77% from 255) = 51.53%
R=24.41%
G=24.07%
B=51.53%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal72711520.530.5300.40240.7436.3243.73
Hex4847983535028f1242c
Octal11010723065650503614454
Binary1001000100011110011000110101110101010100011110001100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484798; }

 p { color: rgb(72,71,152); }

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

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

 a { background-color: rgb(72,71,152); }

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

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

 span { border-color: rgb(72,71,152); }

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