#464AAD

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

Shades of Governor Bay #464AAD

Tints of Governor Bay #464AAD

Color information

#464AAD (or 0x464AAD) is unknown color: approx Governor Bay. HEX triplet: 46, 4A and AD. RGB value is (70,74,173). Sum of RGB (Red+Green+Blue) = 70+74+173=317 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.08% from 317); Green value is 74 (29.30% from 255 or 23.34% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #464AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464AAD is #B9B552. Grayscale: #535353. Windows color (decimal): -12170579 or 11356742. OLE color: 11356742.

HSL color Cylindrical-coordinate representation of color #464AAD: hue angle of 237.67º 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 #464AAD is Cyan = 0.60, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7074173-
CMYK0.600.5700.32
HSL237.67º42.39%47.65%-
HSV(B)237.67º59.54%67.84%-
XYZ12.529.2240.65-
YUV84.09178.17117.95-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.08%
GREEN value IS 74 (29.30% from 255) = 23.34%
BLUE value IS 173 (67.97% from 255) = 54.57%
R=22.08%
G=23.34%
B=54.57%

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
Decimal70741730.600.5700.32237.6742.3947.65
Hex464AAD3C39020ee2a30
Octal10611225574710403565260
Binary1000110100101010101101111100111001010000011101110101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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