#404AAC

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

Shades of Governor Bay #404AAC

Tints of Governor Bay #404AAC

Color information

#404AAC (or 0x404AAC) is unknown color: approx Governor Bay. HEX triplet: 40, 4A and AC. RGB value is (64,74,172). Sum of RGB (Red+Green+Blue) = 64+74+172=310 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.65% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #404AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404AAC is #BFB553. Grayscale: #515151. Windows color (decimal): -12563796 or 11291200. OLE color: 11291200.

HSL color Cylindrical-coordinate representation of color #404AAC: hue angle of 234.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 #404AAC is Cyan = 0.63, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6474172-
CMYK0.630.5700.33
HSL234.44º45.76%46.27%-
HSV(B)234.44º62.79%67.45%-
XYZ12.018.9740.13-
YUV82.18178.69115.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 20.65%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=20.65%
G=23.87%
B=55.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal64741720.630.5700.33234.4445.7646.27
Hex404AAC3F39021ea2e2e
Octal10011225477710413525656
Binary1000000100101010101100111111111001010000111101010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #404AAC; }

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

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

<style>
 a { background-color: #404AAC; }

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

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

<style>
 span { border-color: #404AAC; }

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

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