#464C9D

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

Shades of Governor Bay #464C9D

Tints of Governor Bay #464C9D

Color information

#464C9D (or 0x464C9D) is unknown color: approx Governor Bay. HEX triplet: 46, 4C and 9D. RGB value is (70,76,157). Sum of RGB (Red+Green+Blue) = 70+76+157=303 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.10% from 303); Green value is 76 (30.08% from 255 or 25.08% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #464C9D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C9D is #B9B362. Grayscale: #535353. Windows color (decimal): -12170083 or 10308678. OLE color: 10308678.

HSL color Cylindrical-coordinate representation of color #464C9D: hue angle of 235.86º 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 #464C9D is Cyan = 0.55, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB7076157-
CMYK0.550.5200.38
HSL235.86º38.33%44.51%-
HSV(B)235.86º55.41%61.57%-
XYZ11.28.9133.03-
YUV83.44169.51118.41-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.10%
GREEN value IS 76 (30.08% from 255) = 25.08%
BLUE value IS 157 (61.72% from 255) = 51.82%
R=23.10%
G=25.08%
B=51.82%

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
Decimal70761570.550.5200.38235.8638.3344.51
Hex464C9D3734026ec262d
Octal10611423567640463544655
Binary1000110100110010011101110111110100010011011101100100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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