#464DA8

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

Shades of Governor Bay #464DA8

Tints of Governor Bay #464DA8

Color information

#464DA8 (or 0x464DA8) is unknown color: approx Governor Bay. HEX triplet: 46, 4D and A8. RGB value is (70,77,168). Sum of RGB (Red+Green+Blue) = 70+77+168=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 77 (30.47% from 255 or 24.44% from 315); Blue value is 168 (66.02% from 255 or 53.33% from 315); Max value from RGB is 168 - color contains mainly: blue. Hex color #464DA8 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #464DA8 is #B9B257. Grayscale: #545454. Windows color (decimal): -12169816 or 11029830. OLE color: 11029830.

HSL color Cylindrical-coordinate representation of color #464DA8: hue angle of 235.71º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #464DA8 is Cyan = 0.58, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB7077168-
CMYK0.580.5400.34
HSL235.71º41.18%46.67%-
HSV(B)235.71º58.33%65.88%-
XYZ12.259.4438.22-
YUV85.28174.68117.1-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 77 (30.47% from 255) = 24.44%
BLUE value IS 168 (66.02% from 255) = 53.33%
R=22.22%
G=24.44%
B=53.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal70771680.580.5400.34235.7141.1846.67
Hex464DA83A36022ec292f
Octal10611525072660423545157
Binary1000110100110110101000111010110110010001011101100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,77,168); }

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

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

 a { background-color: rgb(70,77,168); }

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

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

 span { border-color: rgb(70,77,168); }

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