#464A94

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

Shades of Governor Bay #464A94

Tints of Governor Bay #464A94

Color information

#464A94 (or 0x464A94) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and 94. RGB value is (70,74,148). Sum of RGB (Red+Green+Blue) = 70+74+148=292 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.97% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #464A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A94 is #B9B56B. Grayscale: #505050. Windows color (decimal): -12170604 or 9718342. OLE color: 9718342.

HSL color Cylindrical-coordinate representation of color #464A94: hue angle of 236.92º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464A94 is Cyan = 0.53, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7074148-
CMYK0.530.5000.42
HSL236.92º35.78%42.75%-
HSV(B)236.92º52.7%58.04%-
XYZ10.328.3429.08-
YUV81.24165.67119.98-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.97%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 148 (58.20% from 255) = 50.68%
R=23.97%
G=25.34%
B=50.68%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70741480.530.5000.42236.9235.7842.75
Hex464A94353202Aed242b
Octal10611222465620523554453
Binary1000110100101010010100110101110010010101011101101100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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