#483FAC

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

Shades of Governor Bay #483FAC

Tints of Governor Bay #483FAC

Color information

#483FAC (or 0x483FAC) is unknown color: approx Governor Bay. HEX triplet: 48, 3F and AC. RGB value is (72,63,172). Sum of RGB (Red+Green+Blue) = 72+63+172=307 (40% of max value = 765). Red value is 72 (28.52% from 255 or 23.45% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 172 (67.58% from 255 or 56.03% from 307); Max value from RGB is 172 - color contains mainly: blue. Hex color #483FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483FAC is #B7C053. Grayscale: #4D4D4D. Windows color (decimal): -12042324 or 11288392. OLE color: 11288392.

HSL color Cylindrical-coordinate representation of color #483FAC: hue angle of 244.95º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #483FAC is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB7263172-
CMYK0.580.6300.33
HSL244.95º46.38%46.08%-
HSV(B)244.95º63.37%67.45%-
XYZ11.97.9139.93-
YUV78.12180.98123.64-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 23.45%
GREEN value IS 63 (25% from 255) = 20.52%
BLUE value IS 172 (67.58% from 255) = 56.03%
R=23.45%
G=20.52%
B=56.03%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal72631720.580.6300.33244.9546.3846.08
Hex483FAC3A3F021f52e2e
Octal1107725472770413655656
Binary100100011111110101100111010111111010000111110101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #483FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #483FAC; }

 p { color: rgb(72,63,172); }

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

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

 a { background-color: rgb(72,63,172); }

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

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

 span { border-color: rgb(72,63,172); }

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