#464B94

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

Shades of Governor Bay #464B94

Tints of Governor Bay #464B94

Color information

#464B94 (or 0x464B94) is unknown color: approx Governor Bay. HEX triplet: 46, 4B and 94. RGB value is (70,75,148). Sum of RGB (Red+Green+Blue) = 70+75+148=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 148 (58.20% from 255 or 50.51% from 293); Max value from RGB is 148 - color contains mainly: blue. Hex color #464B94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464B94 is #B9B46B. Grayscale: #515151. Windows color (decimal): -12170348 or 9718598. OLE color: 9718598.

HSL color Cylindrical-coordinate representation of color #464B94: hue angle of 236.15º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #464B94 is Cyan = 0.53, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB7075148-
CMYK0.530.4900.42
HSL236.15º35.78%42.75%-
HSV(B)236.15º52.7%58.04%-
XYZ10.398.4729.1-
YUV81.83165.34119.56-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 75 (29.69% from 255) = 25.60%
BLUE value IS 148 (58.20% from 255) = 50.51%
R=23.89%
G=25.60%
B=50.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal70751480.530.4900.42236.1535.7842.75
Hex464B94353102Aec242b
Octal10611322465610523544453
Binary1000110100101110010100110101110001010101011101100100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464B94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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