#464C9F

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

Shades of Governor Bay #464C9F

Tints of Governor Bay #464C9F

Color information

#464C9F (or 0x464C9F) is unknown color: approx Governor Bay. HEX triplet: 46, 4C and 9F. RGB value is (70,76,159). Sum of RGB (Red+Green+Blue) = 70+76+159=305 (40% of max value = 765). Red value is 70 (27.73% from 255 or 22.95% from 305); Green value is 76 (30.08% from 255 or 24.92% from 305); Blue value is 159 (62.5% from 255 or 52.13% from 305); Max value from RGB is 159 - color contains mainly: blue. Hex color #464C9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464C9F is #B9B360. Grayscale: #535353. Windows color (decimal): -12170081 or 10439750. OLE color: 10439750.

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

Color convert

RGB7076159-
CMYK0.560.5200.38
HSL235.96º38.86%44.9%-
HSV(B)235.96º55.97%62.35%-
XYZ11.378.9733.93-
YUV83.67170.51118.25-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.95%
GREEN value IS 76 (30.08% from 255) = 24.92%
BLUE value IS 159 (62.5% from 255) = 52.13%
R=22.95%
G=24.92%
B=52.13%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal70761590.560.5200.38235.9638.8644.9
Hex464C9F3834026ec272d
Octal10611423770640463544755
Binary1000110100110010011111111000110100010011011101100100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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