#464897

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

Shades of Governor Bay #464897

Tints of Governor Bay #464897

Color information

#464897 (or 0x464897) is unknown color: approx Governor Bay. HEX triplet: 46, 48 and 97. RGB value is (70,72,151). Sum of RGB (Red+Green+Blue) = 70+72+151=293 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.89% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 151 (59.38% from 255 or 51.54% from 293); Max value from RGB is 151 - color contains mainly: blue. Hex color #464897 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #464897 is #B9B768. Grayscale: #505050. Windows color (decimal): -12171113 or 9914438. OLE color: 9914438.

HSL color Cylindrical-coordinate representation of color #464897: hue angle of 238.52º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #464897 is Cyan = 0.54, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB7072151-
CMYK0.540.5200.41
HSL238.52º36.65%43.33%-
HSV(B)238.52º53.64%59.22%-
XYZ10.438.1730.31-
YUV80.41167.84120.58-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.89%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 151 (59.38% from 255) = 51.54%
R=23.89%
G=24.57%
B=51.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal70721510.540.5200.41238.5236.6543.33
Hex4648973634029ef252b
Octal10611022766640513574553
Binary1000110100100010010111110110110100010100111101111100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #464897

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #464897; }

 p { color: rgb(70,72,151); }

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

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

 a { background-color: rgb(70,72,151); }

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

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

 span { border-color: rgb(70,72,151); }

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