#484BA2

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

Shades of Governor Bay #484BA2

Tints of Governor Bay #484BA2

Color information

#484BA2 (or 0x484BA2) is unknown color: approx Governor Bay. HEX triplet: 48, 4B and A2. RGB value is (72,75,162). Sum of RGB (Red+Green+Blue) = 72+75+162=309 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.30% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 162 (63.67% from 255 or 52.43% from 309); Max value from RGB is 162 - color contains mainly: blue. Hex color #484BA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #484BA2 is #B7B45D. Grayscale: #535353. Windows color (decimal): -12039262 or 10636104. OLE color: 10636104.

HSL color Cylindrical-coordinate representation of color #484BA2: hue angle of 238º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #484BA2 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7275162-
CMYK0.560.5400.36
HSL238º38.46%45.88%-
HSV(B)238º55.56%63.53%-
XYZ11.719.0235.31-
YUV84.02172.01119.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.30%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 162 (63.67% from 255) = 52.43%
R=23.30%
G=24.27%
B=52.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal72751620.560.5400.3623838.4645.88
Hex484BA23836024ee262e
Octal11011324270660443564656
Binary1001000100101110100010111000110110010010011101110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #484BA2; }

 p { color: rgb(72,75,162); }

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

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

 a { background-color: rgb(72,75,162); }

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

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

 span { border-color: rgb(72,75,162); }

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