#4663BA

Color #4663BA Free Speech Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Blue #4663BA

Tints of Free Speech Blue #4663BA

Color information

#4663BA (or 0x4663BA) is unknown color: approx Free Speech Blue. HEX triplet: 46, 63 and BA. RGB value is (70,99,186). Sum of RGB (Red+Green+Blue) = 70+99+186=355 (47% of max value = 765). Red value is 70 (27.73% from 255 or 19.72% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 186 (73.05% from 255 or 52.39% from 355); Max value from RGB is 186 - color contains mainly: blue. Hex color #4663BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4663BA is #B99C45. Grayscale: #636363. Windows color (decimal): -12164166 or 12215110. OLE color: 12215110.

HSL color Cylindrical-coordinate representation of color #4663BA: hue angle of 225º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4663BA is Cyan = 0.62, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB7099186-
CMYK0.620.4700.27
HSL225º45.67%50.2%-
HSV(B)225º62.37%72.94%-
XYZ15.8513.7748.28-
YUV100.25176.39106.43-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 19.72%
GREEN value IS 99 (39.06% from 255) = 27.89%
BLUE value IS 186 (73.05% from 255) = 52.39%
R=19.72%
G=27.89%
B=52.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal70991860.620.4700.2722545.6750.2
Hex4663BA3E2F01Be12e32
Octal10614327276570333415662
Binary100011011000111011101011111010111101101111100001101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4663BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4663BA; }

 p { color: rgb(70,99,186); }

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

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

 a { background-color: rgb(70,99,186); }

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

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

 span { border-color: rgb(70,99,186); }

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