#464BAD

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

Shades of Governor Bay #464BAD

Tints of Governor Bay #464BAD

Color information

#464BAD (or 0x464BAD) is unknown color: approx Governor Bay. HEX triplet: 46, 4B and AD. RGB value is (70,75,173). Sum of RGB (Red+Green+Blue) = 70+75+173=318 (42% of max value = 765). Red value is 70 (27.73% from 255 or 22.01% from 318); Green value is 75 (29.69% from 255 or 23.58% from 318); Blue value is 173 (67.97% from 255 or 54.40% from 318); Max value from RGB is 173 - color contains mainly: blue. Hex color #464BAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464BAD is #B9B452. Grayscale: #545454. Windows color (decimal): -12170323 or 11356998. OLE color: 11356998.

HSL color Cylindrical-coordinate representation of color #464BAD: hue angle of 237.09º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #464BAD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7075173-
CMYK0.600.5700.32
HSL237.09º42.39%47.65%-
HSV(B)237.09º59.54%67.84%-
XYZ12.589.3540.68-
YUV84.68177.84117.53-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.01%
GREEN value IS 75 (29.69% from 255) = 23.58%
BLUE value IS 173 (67.97% from 255) = 54.40%
R=22.01%
G=23.58%
B=54.40%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70751730.600.5700.32237.0942.3947.65
Hex464BAD3C39020ed2a30
Octal10611325574710403555260
Binary1000110100101110101101111100111001010000011101101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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