#464B9D

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

Shades of Governor Bay #464B9D

Tints of Governor Bay #464B9D

Color information

#464B9D (or 0x464B9D) is unknown color: approx Governor Bay. HEX triplet: 46, 4B and 9D. RGB value is (70,75,157). Sum of RGB (Red+Green+Blue) = 70+75+157=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 75 (29.69% from 255 or 24.83% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #464B9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B9D is #B9B462. Grayscale: #525252. Windows color (decimal): -12170339 or 10308422. OLE color: 10308422.

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

Color convert

RGB7075157-
CMYK0.550.5200.38
HSL236.55º38.33%44.51%-
HSV(B)236.55º55.41%61.57%-
XYZ11.138.7733-
YUV82.85169.84118.83-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 75 (29.69% from 255) = 24.83%
BLUE value IS 157 (61.72% from 255) = 51.99%
R=23.18%
G=24.83%
B=51.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70751570.550.5200.38236.5538.3344.51
Hex464B9D3734026ed262d
Octal10611323567640463554655
Binary1000110100101110011101110111110100010011011101101100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,75,157); }

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

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

 a { background-color: rgb(70,75,157); }

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

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

 span { border-color: rgb(70,75,157); }

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