#484FAB

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

Shades of Governor Bay #484FAB

Tints of Governor Bay #484FAB

Color information

#484FAB (or 0x484FAB) is unknown color: approx Governor Bay. HEX triplet: 48, 4F and AB. RGB value is (72,79,171). Sum of RGB (Red+Green+Blue) = 72+79+171=322 (42% of max value = 765). Red value is 72 (28.52% from 255 or 22.36% from 322); Green value is 79 (31.25% from 255 or 24.53% from 322); Blue value is 171 (67.19% from 255 or 53.11% from 322); Max value from RGB is 171 - color contains mainly: blue. Hex color #484FAB is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #484FAB is #B7B054. Grayscale: #575757. Windows color (decimal): -12038229 or 11226952. OLE color: 11226952.

HSL color Cylindrical-coordinate representation of color #484FAB: hue angle of 235.76º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #484FAB is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7279171-
CMYK0.580.5400.33
HSL235.76º40.74%47.65%-
HSV(B)235.76º57.89%67.06%-
XYZ12.829.9139.77-
YUV87.4175.18117.02-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 22.36%
GREEN value IS 79 (31.25% from 255) = 24.53%
BLUE value IS 171 (67.19% from 255) = 53.11%
R=22.36%
G=24.53%
B=53.11%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72791710.580.5400.33235.7640.7447.65
Hex484FAB3A36021ec2930
Octal11011725372660413545160
Binary1001000100111110101011111010110110010000111101100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #484FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(72,79,171); }

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

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

 a { background-color: rgb(72,79,171); }

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

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

 span { border-color: rgb(72,79,171); }

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