#4048AC

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

Shades of Governor Bay #4048AC

Tints of Governor Bay #4048AC

Color information

#4048AC (or 0x4048AC) is unknown color: approx Governor Bay. HEX triplet: 40, 48 and AC. RGB value is (64,72,172). Sum of RGB (Red+Green+Blue) = 64+72+172=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #4048AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4048AC is #BFB753. Grayscale: #505050. Windows color (decimal): -12564308 or 11290688. OLE color: 11290688.

HSL color Cylindrical-coordinate representation of color #4048AC: hue angle of 235.56º 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 #4048AC is Cyan = 0.63, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6472172-
CMYK0.630.5800.33
HSL235.56º45.76%46.27%-
HSV(B)235.56º62.79%67.45%-
XYZ11.888.740.08-
YUV81.01179.35115.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.78%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 172 (67.58% from 255) = 55.84%
R=20.78%
G=23.38%
B=55.84%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64721720.630.5800.33235.5645.7646.27
Hex4048AC3F3A021ec2e2e
Octal10011025477720413545656
Binary1000000100100010101100111111111010010000111101100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4048AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4048AC; }

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

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

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

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

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

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

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

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