#464A9E

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

Shades of Governor Bay #464A9E

Tints of Governor Bay #464A9E

Color information

#464A9E (or 0x464A9E) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and 9E. RGB value is (70,74,158). Sum of RGB (Red+Green+Blue) = 70+74+158=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 158 (62.11% from 255 or 52.32% from 302); Max value from RGB is 158 - color contains mainly: blue. Hex color #464A9E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464A9E is #B9B561. Grayscale: #525252. Windows color (decimal): -12170594 or 10373702. OLE color: 10373702.

HSL color Cylindrical-coordinate representation of color #464A9E: hue angle of 237.27º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #464A9E is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7074158-
CMYK0.560.5300.38
HSL237.27º38.6%44.71%-
HSV(B)237.27º55.7%61.96%-
XYZ11.158.6733.43-
YUV82.38170.67119.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 158 (62.11% from 255) = 52.32%
R=23.18%
G=24.50%
B=52.32%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70741580.560.5300.38237.2738.644.71
Hex464A9E3835026ed272d
Octal10611223670650463554755
Binary1000110100101010011110111000110101010011011101101100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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