#464B8D

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

Shades of Governor Bay #464B8D

Tints of Governor Bay #464B8D

Color information

#464B8D (or 0x464B8D) is unknown color: approx Governor Bay. HEX triplet: 46, 4B and 8D. RGB value is (70,75,141). Sum of RGB (Red+Green+Blue) = 70+75+141=286 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.48% from 286); Green value is 75 (29.69% from 255 or 26.22% from 286); Blue value is 141 (55.47% from 255 or 49.30% from 286); Max value from RGB is 141 - color contains mainly: blue. Hex color #464B8D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B8D is #B9B472. Grayscale: #505050. Windows color (decimal): -12170355 or 9259846. OLE color: 9259846.

HSL color Cylindrical-coordinate representation of color #464B8D: hue angle of 235.77º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #464B8D is Cyan = 0.50, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB7075141-
CMYK0.500.4700.45
HSL235.77º33.65%41.37%-
HSV(B)235.77º50.35%55.29%-
XYZ9.858.2626.27-
YUV81.03161.84120.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 24.48%
GREEN value IS 75 (29.69% from 255) = 26.22%
BLUE value IS 141 (55.47% from 255) = 49.30%
R=24.48%
G=26.22%
B=49.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal70751410.500.4700.45235.7733.6541.37
Hex464B8D322F02Dec2229
Octal10611321562570553544251
Binary1000110100101110001101110010101111010110111101100100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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