#404ba4

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

Shades of Governor Bay #404BA4

Tints of Governor Bay #404BA4

Color information

#404BA4 (or 0x404BA4) is unknown color: approx Governor Bay. HEX triplet: 40, 4B and A4. RGB value is (64,75,164). Sum of RGB (Red+Green+Blue) = 64+75+164=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 75 (29.69% from 255 or 24.75% from 303); Blue value is 164 (64.45% from 255 or 54.13% from 303); Max value from RGB is 164 - color contains mainly: blue. Hex color #404BA4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #404BA4 is #BFB45B. Grayscale: #515151. Windows color (decimal): -12563548 or 10767168. OLE color: 10767168.

HSL color Cylindrical-coordinate representation of color #404BA4: hue angle of 233.4º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #404BA4 is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6475164-
CMYK0.610.5400.36
HSL233.4º43.86%44.71%-
HSV(B)233.4º60.98%64.31%-
XYZ11.338.836.22-
YUV81.86174.36115.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 21.12%
GREEN value IS 75 (29.69% from 255) = 24.75%
BLUE value IS 164 (64.45% from 255) = 54.13%
R=21.12%
G=24.75%
B=54.13%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal64751640.610.5400.36233.443.8644.71
Hex404BA43D36024e92c2d
Octal10011324475660443515455
Binary1000000100101110100100111101110110010010011101001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #404ba4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,75,164); }

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

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

 a { background-color: rgb(64,75,164); }

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

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

 span { border-color: rgb(64,75,164); }

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