#4658A4

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

Shades of Governor Bay #4658A4

Tints of Governor Bay #4658A4

Color information

#4658A4 (or 0x4658A4) is unknown color: approx Governor Bay. HEX triplet: 46, 58 and A4. RGB value is (70,88,164). Sum of RGB (Red+Green+Blue) = 70+88+164=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 88 (34.77% from 255 or 27.33% from 322); Blue value is 164 (64.45% from 255 or 50.93% from 322); Max value from RGB is 164 - color contains mainly: blue. Hex color #4658A4 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #4658A4 is #B9A75B. Grayscale: #5A5A5A. Windows color (decimal): -12167004 or 10770502. OLE color: 10770502.

HSL color Cylindrical-coordinate representation of color #4658A4: hue angle of 228.51º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4658A4 is Cyan = 0.57, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB7088164-
CMYK0.570.4600.36
HSL228.51º40.17%45.88%-
HSV(B)228.51º57.32%64.31%-
XYZ12.7210.9636.57-
YUV91.28169.04112.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.74%
GREEN value IS 88 (34.77% from 255) = 27.33%
BLUE value IS 164 (64.45% from 255) = 50.93%
R=21.74%
G=27.33%
B=50.93%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal70881640.570.4600.36228.5140.1745.88
Hex4658A4392E024e5282e
Octal10613024471560443455056
Binary1000110101100010100100111001101110010010011100101101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4658A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4658A4; }

 p { color: rgb(70,88,164); }

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

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

 a { background-color: rgb(70,88,164); }

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

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

 span { border-color: rgb(70,88,164); }

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