#4648AD

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

Shades of Governor Bay #4648AD

Tints of Governor Bay #4648AD

Color information

#4648AD (or 0x4648AD) is unknown color: approx Governor Bay. HEX triplet: 46, 48 and AD. RGB value is (70,72,173). Sum of RGB (Red+Green+Blue) = 70+72+173=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 72 (28.52% from 255 or 22.86% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #4648AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4648AD is #B9B752. Grayscale: #525252. Windows color (decimal): -12171091 or 11356230. OLE color: 11356230.

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

Color convert

RGB7072173-
CMYK0.600.5800.32
HSL238.83º42.39%47.65%-
HSV(B)238.83º59.54%67.84%-
XYZ12.398.9540.61-
YUV82.92178.84118.79-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 72 (28.52% from 255) = 22.86%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=22.22%
G=22.86%
B=54.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal70721730.600.5800.32238.8342.3947.65
Hex4648AD3C3A020ef2a30
Octal10611025574720403575260
Binary1000110100100010101101111100111010010000011101111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4648AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4648AD; }

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

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

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

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

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

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

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

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