#4041AC

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

Shades of Governor Bay #4041AC

Tints of Governor Bay #4041AC

Color information

#4041AC (or 0x4041AC) is unknown color: approx Governor Bay. HEX triplet: 40, 41 and AC. RGB value is (64,65,172). Sum of RGB (Red+Green+Blue) = 64+65+172=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 172 (67.58% from 255 or 57.14% from 301); Max value from RGB is 172 - color contains mainly: blue. Hex color #4041AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4041AC is #BFBE53. Grayscale: #4C4C4C. Windows color (decimal): -12566100 or 11288896. OLE color: 11288896.

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

Color convert

RGB6465172-
CMYK0.630.6200.33
HSL239.44º45.76%46.27%-
HSV(B)239.44º62.79%67.45%-
XYZ11.457.8539.94-
YUV76.9181.67118.8-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.26%
GREEN value IS 65 (25.78% from 255) = 21.59%
BLUE value IS 172 (67.58% from 255) = 57.14%
R=21.26%
G=21.59%
B=57.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64651720.630.6200.33239.4445.7646.27
Hex4041AC3F3E021ef2e2e
Octal10010125477760413575656
Binary1000000100000110101100111111111110010000111101111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4041AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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