#464A8D

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

Shades of Governor Bay #464A8D

Tints of Governor Bay #464A8D

Color information

#464A8D (or 0x464A8D) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and 8D. RGB value is (70,74,141). Sum of RGB (Red+Green+Blue) = 70+74+141=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 74 (29.30% from 255 or 25.96% from 285); Blue value is 141 (55.47% from 255 or 49.47% from 285); Max value from RGB is 141 - color contains mainly: blue. Hex color #464A8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A8D is #B9B572. Grayscale: #505050. Windows color (decimal): -12170611 or 9259590. OLE color: 9259590.

HSL color Cylindrical-coordinate representation of color #464A8D: hue angle of 236.62º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464A8D is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7074141-
CMYK0.500.4800.45
HSL236.62º33.65%41.37%-
HSV(B)236.62º50.35%55.29%-
XYZ9.788.1226.25-
YUV80.44162.17120.55-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.56%
GREEN value IS 74 (29.30% from 255) = 25.96%
BLUE value IS 141 (55.47% from 255) = 49.47%
R=24.56%
G=25.96%
B=49.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70741410.500.4800.45236.6233.6541.37
Hex464A8D323002Ded2229
Octal10611221562600553554251
Binary1000110100101010001101110010110000010110111101101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464A8D; }

 p { color: rgb(70,74,141); }

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

<style>
 a { background-color: #464A8D; }

 a { background-color: rgb(70,74,141); }

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

<style>
 span { border-color: #464A8D; }

 span { border-color: rgb(70,74,141); }

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